Releases: auth0/Auth0.swift
Releases · auth0/Auth0.swift
2.4.0
Added
Changed
- Bump the minimum versions of JWTDecode.swift and SimpleKeychain #777 (Widcket)
Fixed
- Fix unhandled dismissal of
SFSafariViewController
#758 (Widcket)
Removed
- Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 #775 (Widcket)
2.3.2
Fixed
- Fix login web page cannot be open by canceling the AS session #735 (hadiidbouk)
2.3.0
Added
- Expose error when storing renewed credentials fails #724 (Widcket)
- Add
canRenew()
to the Credentials Manager #723 (Widcket)
Changed
- Update SimpleKeychain to v1.0.0 & JWTDecode.swift to v3.0.0 #725 (Widcket)
Fixed
- Fix async/await threading issues with Swift 5.7 #722 (Widcket)
2.2.0
Added
- Add new error types to
AuthenticationError
[SDK-3492] #712 (Widcket)
Changed
2.1.0
Added
- Add support for custom Web Auth providers [SDK-3338] #699 (Widcket)
2.0.1
Fixed
- Send GET request parameters as query params [SDK-3324] #678 (Widcket)
2.0.0
💡 Check the Migration Guide to understand the changes required to migrate your application to v2.
1.39.0
Added
- [SDK-3145] Add
Auth0Client
parameter to logout and add view
to telemetry.env
for iOS #659 (adamjmcgrath)