Skip to content

Releases: auth0/Auth0.swift

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)

1.15.0

24 Apr 12:10
Compare
Choose a tag to compare

Added

1.14.2

19 Mar 10:14
Compare
Choose a tag to compare

Changed

  • Ensure URL encoding of + as %2B Authorize URL [SDK-691] #259 (cocojoe)
  • Updated Auth0 Telemetry Format #256 (cocojoe)

1.14.1

11 Jan 14:22
Compare
Choose a tag to compare

Fixed

  • Add Fix for Brew in Swift 3.0 CI #254 (cocojoe)
  • Pods Fix - Move AuthenticationServices to weak_framework section #253 (ivabra)