Releases: auth0/Auth0.swift
Releases · auth0/Auth0.swift
1.19.1
Added
- Renew tokens in Credentials Manager if either token has expired [SDK-999] #319 (cocojoe)
Fixed
- Fix non-main thread use during inspection in SafariViewController [SDK-1119] #318 (cocojoe)
1.19.0
Added
- CredentialsManager function to clear and revoke the refresh token #312 (stevehobbsdev)
1.18.0
Added
- Default DismissButtonStyle when using SFSafariViewController iOS 11+ #305 (andrewfoghel)
- Added SIWA token exchange support #304 (cocojoe)
1.17.1
Fixed
- Fixed ability to clear WebAuth session in iOS 13 #301 (matt)
1.17.0
Added
- Added support for iOS13 changes in ASWebAuthenticationSession #297 (cocojoe)
- Added authentication method for default directory login #296 (cocojoe)
Notes
Behaviour changes in iOS 13 relating to Web Authentication require that in Xcode 11 this library must be compiled using Swift 5.x. This should be the default setting unless it has been manually changed.
1.16.1
Fixed
- Fixed ObjMembers attribute added for ObjC access #289 (cocojoe)
1.16.0
Added
- Added support for root attributes when creating a new user #287 (cocojoe)
Fixed
- Fix: Remove force unwrap in AuthSession handler #286 (cocojoe)
- Fix Dismiss AS/SF authentication sessions upon deep-link callback #281 (cysp)
- Update app configuration error message for PKCE #280 (lbalmaceda)
1.14.2
Changed
- Ensure URL encoding of + as %2B Authorize URL [SDK-691] #259 (cocojoe)
- Updated Auth0 Telemetry Format #256 (cocojoe)
1.14.1
Fixed
- Add Fix for Brew in Swift 3.0 CI #254 (cocojoe)
- Pods Fix - Move AuthenticationServices to weak_framework section #253 (ivabra)