Auth0.swift

Auth0 SDK for Apple platforms

MIT License

Stars
343
Committers
51

Bot releases are hidden (Show)

Auth0.swift - 1.23.0

Published by Widcket over 4 years ago

Added

  • Added support for Refresh Token Rotation [SDK-1420] #369 (Widcket)
  • Added support for iOS extensions #365 (Widcket)
  • Added Facebook token exchange method [SDK-1401] #358 (Widcket)

Deprecated

Fixed

Security

Auth0.swift - 1.22.1

Published by Widcket over 4 years ago

Fixed

Fixed build failure with SimpleKeychain 0.11.0 #354 (jshier)

Auth0.swift - 1.22.0

Published by Widcket over 4 years ago

Added

  • Added redirect URL method to WebAuth builder [SDK-1299] #351 (Widcket)

Changed

  • Refactored SIWA token exchange method [SDK-1349] #350 (Widcket)
Auth0.swift - 1.21.0

Published by Widcket over 4 years ago

Added

Fixed

Auth0.swift - 1.20.0

Published by Widcket almost 5 years ago

Added

Auth0.swift - 1.19.3

Published by cocojoe almost 5 years ago

Fixed

Auth0.swift - 1.19.2

Published by cocojoe almost 5 years ago

Added

  • Add support for extended profile using SIWA token exchange #322 (asmclean)
Auth0.swift - 1.19.1

Published by cocojoe almost 5 years ago

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)
Auth0.swift - 1.19.0

Published by cocojoe almost 5 years ago

Added

  • CredentialsManager function to clear and revoke the refresh token #312 (stevehobbsdev)
Auth0.swift - 1.18.0

Published by cocojoe about 5 years ago

Added

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

Published by cocojoe about 5 years ago

Fixed

  • Fixed ability to clear WebAuth session in iOS 13 #301 (matt)
Auth0.swift - 1.17.0

Published by cocojoe about 5 years ago

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.

Auth0.swift - 1.16.1

Published by cocojoe about 5 years ago

Fixed

  • Fixed ObjMembers attribute added for ObjC access #289 (cocojoe)
Auth0.swift - 1.16.0

Published by cocojoe over 5 years ago

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)
Auth0.swift - 1.15.0

Published by cocojoe over 5 years ago

Added

Auth0.swift - 1.14.2

Published by cocojoe over 5 years ago

Changed

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

Published by cocojoe almost 6 years ago

Fixed

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

Published by cocojoe almost 6 years ago

Added

Fixed

  • Ensure correct thread execution in test app #227 (cocojoe)
Auth0.swift - 1.13.0

Published by cocojoe about 6 years ago

Fixed

Auth0.swift - 1.12.0

Published by cocojoe about 6 years ago

Added

  • Added support for custom Keychain key in Credentials Manager #208 (danielphillips)
  • Enable Credentials Manager for tvOS and Mac Platforms #206 (cocojoe)

Fixed