Skip to content

Releases: auth0/Auth0.swift

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

1.1.1

02 Jan 21:45
cd23495
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Ensure state set correctly when set via parameters #77 (cocojoe)

1.1.0

16 Dec 14:46
4ac4867
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Missing API #59
  • Delegation for Firebase #55

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

1.0.1

23 Nov 15:15
03347ab
Compare
Choose a tag to compare

Full Changelog

Fixed