Skip to content

Releases: auth0/Auth0.swift

1.20.0

06 Jan 13:04
748cb7f
Compare
Choose a tag to compare

Added

1.19.3

27 Nov 13:27
5dd1970
Compare
Choose a tag to compare

Fixed

1.19.2

14 Nov 13:36
4105d01
Compare
Choose a tag to compare

Added

  • Add support for extended profile using SIWA token exchange #322 (asmclean)

1.19.1

01 Nov 10:14
97952b2
Compare
Choose a tag to compare

Added

  • Renew tokens in Credentials Manager if either token has expired [SDK-999] #319 (cocojoe)

Fixed

  • Fix non-main thread use during inspection in SafariViewController [SDK-1119] #318 (cocojoe)

1.19.0

31 Oct 14:45
Compare
Choose a tag to compare

Added

  • CredentialsManager function to clear and revoke the refresh token #312 (stevehobbsdev)

1.18.0

20 Sep 09:03
734ed1f
Compare
Choose a tag to compare

Added

  • Default DismissButtonStyle when using SFSafariViewController iOS 11+ #305 (andrewfoghel)
  • Added SIWA token exchange support #304 (cocojoe)

1.17.1

05 Sep 11:24
a6f4151
Compare
Choose a tag to compare

Fixed

  • Fixed ability to clear WebAuth session in iOS 13 #301 (matt)

1.17.0

27 Aug 18:12
a593e18
Compare
Choose a tag to compare

Added

  • Added support for iOS13 changes in ASWebAuthenticationSession #297 (cocojoe)
  • Added authentication method for default directory login #296 (cocojoe)

Notes
Behaviour changes in iOS 13 relating to Web Authentication require that in Xcode 11 this library must be compiled using Swift 5.x. This should be the default setting unless it has been manually changed.

1.16.1

02 Aug 08:51
Compare
Choose a tag to compare

Fixed

  • Fixed ObjMembers attribute added for ObjC access #289 (cocojoe)

1.16.0

18 Jul 08:47
38f7fd3
Compare
Choose a tag to compare

Added

  • Added support for root attributes when creating a new user #287 (cocojoe)

Fixed

  • Fix: Remove force unwrap in AuthSession handler #286 (cocojoe)
  • Fix Dismiss AS/SF authentication sessions upon deep-link callback #281 (cysp)
  • Update app configuration error message for PKCE #280 (lbalmaceda)