You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
General
Add return code status for Logout (thanks @jsauve)
PlatformWebView classes are deprecated. Leave config.Browser null for default platform behavior (recommended) or see each platforms possible IBrowser implementations for alternative configurations.
Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde)
Add default for logout redirect
Update dependency on IdentityModel.OidcClient to v2.9.0
Android
Add support for ChromeCustomTabs browser and made it default
Move system browser integration to SystemBrowser class
Add new Auth0ClientActivity class to help in wiring up ActivityMediator
Alternatively call ActivityMediator.Instance.Cancel() from your OnResume
Update Android target to SDK 26/v8.0
iOS
Add ASWebAuthenticationSession for iOS 12+ (thanks @jsauve)
Split various providers out into three IBrowser implementations
Created automatic IBrowser implementation that checks iOS version and uses the right one (default)
Windows WPF
Move WebBrowser implementation to WebBrowserBrowser class
Windows WinForms
Move WebBrowser implementation to WebBrowserBrowser class
Windows UWP
Move WebBrowser implementation to WebBrowserBrowser class