Skip to content

Releases: auth0/Auth0.swift

1.9.0

19 Oct 13:28
Compare
Choose a tag to compare

Added

  • Added SFAuthenticationSession support in iOS 11 #154 (cocojoe)

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

15 Sep 16:06
Compare
Choose a tag to compare

Changed

  • Updated Xcode 9 / Swift 3.2, Clean up for Swift 4 migration. #149 (cocojoe)

Fixed

1.7.2

11 Sep 10:39
Compare
Choose a tag to compare

Added

  • Added invalid_credentials check for /oauth/token #147 (cocojoe)

Fixed

  • Fixed - Ensure existing refreshToken returned in Credentials Manager #146 (cocojoe)

1.7.1

11 Jul 15:24
Compare
Choose a tag to compare

Added

  • Added credential manager methods clear and hasValid #133 (cocojoe)

1.7.0

26 Jun 11:58
Compare
Choose a tag to compare

Added

Changed

  • Use new SFSafariViewController init for iOS11 #125 (cocojoe)
  • Refactor deprecated Matcher protocol with Predicate protocol #117 (cocojoe)

Deprecated

  • Document Legacy Grant Types & Method deprecations #126 (cocojoe)

1.6.0

06 Jun 14:10
Compare
Choose a tag to compare

Full Changelog

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

Fixed

1.5.0

06 Jun 13:51
d251a76
Compare
Choose a tag to compare

Full Changelog

Added

  • Method to check native auth availability for provider in the device #104 (cocojoe)

1.4.0

16 Mar 19:56
f9d642e
Compare
Choose a tag to compare

Full Changelog

Added

1.3.0

16 Mar 19:56
de677ec
Compare
Choose a tag to compare

Full Changelog

Added

  • Authentication can now create WebAuth instances for given connection #98 (cocojoe)
  • Added connection scopes to web auth #96 (hzalaz)

Changed

Fixed

  • Avoid WebAuth to retain UIApplication root ViewController #95 (cocojoe)

1.2.0

06 Feb 18:45
edb6f02
Compare
Choose a tag to compare

Full Changelog

Added

  • Native Authentication support #86 (cocojoe)
  • Added SwiftLint to project #84 (cocojoe)
  • Profile timestamp to expect epoch, fallback to ISO8601 #83 (cocojoe)

Fixed