Skip to content

Releases: auth0/Auth0.swift

2.7.2

08 May 12:41
8ea170b
Compare
Choose a tag to compare

Fixed

  • fix: removed the possibility of concurrent webauth transactions to handle continuation misuse #848 (desusai7)
  • fix: removed the validation of incoming redirect_uri once the webauth flow resumes back #850 (desusai7)
  • fix: added url error code dataNotAllowed as a network error #847 (desusai7)

2.7.1

03 May 08:27
9baf0ff
Compare
Choose a tag to compare

Fixed

  • fix: fixed the declaration of the privacy manifest in Auth0.podspec

2.7.0

12 Apr 20:05
ecd6fbd
Compare
Choose a tag to compare

Added

2.6.0

01 Mar 10:21
a4da5b3
Compare
Choose a tag to compare

Added

Changed

Deprecated

  • Deprecate methods related to updating user attributes using the Management API #815 (Widcket)

Fixed

  • Fix crash when the bundle ID contains characters not allowed in URL schemes #786 (Widcket)

2.5.0

18 Jul 16:12
9d970f3
Compare
Choose a tag to compare

Added

  • Add support for validating the org_name claim [SDK-4414] #782 (Widcket)
  • Add more error pairs to isMultifactorCodeInvalid [SDK-4195] #779 (Widcket)

2.4.0

15 Jun 11:36
635ada1
Compare
Choose a tag to compare

Added

Changed

  • Bump the minimum versions of JWTDecode.swift and SimpleKeychain #777 (Widcket)

Fixed

  • Fix unhandled dismissal of SFSafariViewController #758 (Widcket)

Removed

  • Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 #775 (Widcket)

2.3.2

28 Oct 18:21
f609271
Compare
Choose a tag to compare

Fixed

  • Fix login web page cannot be open by canceling the AS session #735 (hadiidbouk)

2.3.1

29 Jul 22:52
2f9b279
Compare
Choose a tag to compare

Fixed

  • Fix Web Auth race condition [SDK-3522] #731 (Widcket)

2.3.0

22 Jul 13:06
9860ce6
Compare
Choose a tag to compare

Added

  • Expose error when storing renewed credentials fails #724 (Widcket)
  • Add canRenew() to the Credentials Manager #723 (Widcket)

Changed

  • Update SimpleKeychain to v1.0.0 & JWTDecode.swift to v3.0.0 #725 (Widcket)

Fixed

  • Fix async/await threading issues with Swift 5.7 #722 (Widcket)

2.2.0

14 Jul 16:32
9725ec7
Compare
Choose a tag to compare

Added

  • Add new error types to AuthenticationError [SDK-3492] #712 (Widcket)

Changed