Releases: auth0/Auth0.swift
Releases · auth0/Auth0.swift
2.10.0
Added
- feat: added support for webview as a provider for webauth
2.9.0
Added
- feat: added support for visionOS platform ([desusai7]
Changed
- Dropped support for Xcode 14, Swift versions
[5,7, 5.8]
- Dropped support for iOS 13 & tvOS 13.
2.9.0-beta.0
Added
Changed
- Dropped support for Xcode 14, Swift versions
[5,7, 5.8]
- Dropped support for iOS 13 & tvOS 13.
2.7.2
Fixed
- fix: removed the possibility of concurrent webauth transactions to handle continuation misuse #848 (desusai7)
- fix: removed the validation of incoming redirect_uri once the webauth flow resumes back #850 (desusai7)
- fix: added url error code dataNotAllowed as a network error #847 (desusai7)
2.7.1
Fixed
- fix: fixed the declaration of the privacy manifest in Auth0.podspec
2.6.0
Added
Changed
Deprecated
- Deprecate methods related to updating user attributes using the Management API #815 (Widcket)
Fixed
- Fix crash when the bundle ID contains characters not allowed in URL schemes #786 (Widcket)
2.5.0
Added
- Add support for validating the
org_name
claim [SDK-4414] #782 (Widcket)
- Add more error pairs to
isMultifactorCodeInvalid
[SDK-4195] #779 (Widcket)