Release 1.0.0-beta.6#66
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 92.53% 92.53%
=======================================
Files 29 29
Lines 1433 1433
Branches 164 164
=======================================
Hits 1326 1326
Misses 76 76
Partials 31 31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
764994e to
7f9fb77
Compare
tanya732
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking Changes
1.
Auth0ApiOptions.JwtBearerOptionsremoved — useAudienceinsteadAuth0ApiOptionsno longer exposes aJwtBearerOptionsproperty. TheAudiencevalue is now afirst-class property on
Auth0ApiOptions.2.
AddAuth0ApiAuthentication(...)signature changed — JWT customization moved to a separate callbackAny additional
JwtBearerOptionscustomization that previously lived insideAuth0ApiOptionsmust now be passed as an optional second argument (
configureJwtBearer).The recommended registration now also supports direct
IConfigurationSectionbinding:3.
WithDPoP(...)no longer accepts an authentication scheme parameterDPoP is now automatically scoped to the scheme of the
Auth0ApiAuthenticationBuilderit ischained from. Remove any scheme argument passed to
WithDPoP.4. Stricter startup validation — app will fail to start for invalid configuration
The SDK now validates configuration at startup and throws if any of the following are detected:
Domainis missing or emptyOptionsValidationExceptionAudiencenorJwtBearerOptions.ValidAudiences)OptionsValidationExceptionDomaincontains a scheme, path, port, or query string (e.g.https://tenant.auth0.com)OptionsValidationExceptionJwtBearerOptions.EventsTypeis setOptionsValidationException— useEventsinsteadAdded
Auth0ApiOptionsdirectly fromIConfigurationSection(e.g.appsettings.json, environment variables) #59AddAuth0ApiAuthentication(IConfigurationSection, ...)overloads on bothIServiceCollectionandAuthenticationBuilderEventsTypeusageSecurity
Dependency upgrades #65, #58:
Microsoft.AspNetCore.Authentication.JwtBearerMicrosoft.Extensions.Logging.AbstractionsDev / CI-only dependency updates
Microsoft.NET.Test.SdkMicrosoft.SourceLink.GitHubcoverlet.collectorcodecov/codecov-actionactions/upload-pages-artifact