auth0-aspnetcore-authentication icon indicating copy to clipboard operation
auth0-aspnetcore-authentication copied to clipboard

Adding `Auth0.AuthenticationApi` package dependency

Open kailash-b opened this issue 11 months ago • 0 comments

Description

  • Adds Auth0.AuthenticationApi package as a direct dependency.
  • Developers can now use the features of Auth0.AuthenticationApi without adding/managing a separate reference.
  • Examples are updated to show how to register the dependency and use the AuthenticationApiClient.

Internal References

Testing

  • Tested the changes on the sample application as well.
  • [x] This change adds test coverage for new/changed/fixed functionality

Checklist

  • [x] I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • [x] All active GitHub checks for tests, formatting, and security are passing
  • [x] The correct base branch is being used, if not main

kailash-b avatar May 20 '25 11:05 kailash-b