Releases: auth0/Auth0.swift
Releases · auth0/Auth0.swift
1.9.0
Added
Upgrade Notes
If you are using the clearSession method in iOS 11+. You will need to ensure that the Callback URL has been added to the Allowed Logout URLs section of your client in the Auth0 Dashboard.
1.8.0
1.7.2
1.7.1
1.7.0
Added
- Added OIDC Conformant UserInfo class and API Method #122 (cocojoe)
- Added scope property to Credentials #120 (cocojoe)
- Added Touch ID Utility #116 (cocojoe)
Changed
- Use new SFSafariViewController init for iOS11 #125 (cocojoe)
- Refactor deprecated Matcher protocol with Predicate protocol #117 (cocojoe)
Deprecated
1.6.0
Added
- Added WebAuth Auth0 Session Clear #115 (cocojoe)
- Credentials support NSSecureCoding, CredentialsManager Utility, KeyChain Storage #113 (cocojoe)
- Added method to revoke refresh tokens #111 (cocojoe)
Changed
- Xcode 8.3 Compatibility #108 (cocojoe)
- Use built-in Carthage Cache system #107 (hzalaz)
- Update Dependencies #105 (cocojoe)
Fixed