3.0.0
Breaking changes! Please visit our v3 migration guide.
All platforms
- Upgrade
IdentityModel.OidcClient
to 3.0.1 - Add
CancellationToken
support toIAuth0Client/Auth0Client
methods (not honored yet) - Combined
LogoutAsync
andRefreshTokenAsync
overloads onIAuth0Client/Auth0Client
ClientSecret
property is now markedObsolete
to discourage use in native clients- Add
email
to default scopes and forceopenid
to always be included - Add debugger logging statements that show expected callback URLs
- Add
extraParameters
parameter toParseResponseAsync
- Ensure user agent sent on
RefreshToken
andProcessResponse
- Remove obsolete
PlatformWebView
classes
Android
- Add automatic callback URL (
IntentFilter
) detection
iOS
- Fix
ASWebAuthenticationSessionBrowser
being assigned toBrowser
directly
WinForms & WPF
- Support Microsoft Edge and prefer it over Internet Explorer
- Min target is now .NET 4.6.2
UWP
- Support Microsoft Edge and prefer it over Internet Explorer
- Min target is now uap10.0.16299 (Fall Creators Edition)