Releases: auth0/Auth0.swift
Releases · auth0/Auth0.swift
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
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
Closed issues
Added
- Credentials exposes expires_in if returned after auth #72 (cocojoe)
- Added grant type password realm support #71 (cocojoe)
- Support refresh token authentication #69 (cocojoe)
- Support for audience parameter for WebAuth #67 (cocojoe)
- Multiple respone_type support #65 (cocojoe)
- Support id_token response type #62 (cocojoe)
Changed
Deprecated