Skip to content

3.0.0

Compare
Choose a tag to compare
@damieng damieng released this 28 Oct 23:26
· 218 commits to master since this release
4dfb9b9

Breaking changes! Please visit our v3 migration guide.

All platforms

  • Upgrade IdentityModel.OidcClient to 3.0.1
  • Add CancellationToken support to IAuth0Client/Auth0Client methods (not honored yet)
  • Combined LogoutAsync and RefreshTokenAsync overloads on IAuth0Client/Auth0Client
  • ClientSecret property is now marked Obsolete to discourage use in native clients
  • Add email to default scopes and force openid to always be included
  • Add debugger logging statements that show expected callback URLs
  • Add extraParameters parameter to ParseResponseAsync
  • Ensure user agent sent on RefreshToken and ProcessResponse
  • Remove obsolete PlatformWebView classes

Android

  • Add automatic callback URL (IntentFilter) detection

iOS

  • Fix ASWebAuthenticationSessionBrowser being assigned to Browser 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)