-
Notifications
You must be signed in to change notification settings - Fork 263
Releases: auth0/Auth0.swift
Releases · auth0/Auth0.swift
3.0.0-beta.2
@NandanPrabhu
NandanPrabhu
aead753
This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.0.0-beta.2
Pre-release
Pre-release
- breaking: Removed deprecated MFA APIs #1159 (NandanPrabhu)
Assets 2
2.22.0
@NandanPrabhu
NandanPrabhu
b07565e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- Custom Token Exchange delegation and impersonation support #1190 (NandanPrabhu)
Assets 2
2.21.2
@subhankarmaiti
subhankarmaiti
57b1e37
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
- add DPoP parameter for updateAuthenticationMethod API and update docs for GA #1191 (subhankarmaiti)
Assets 2
2.21.1
@subhankarmaiti
subhankarmaiti
56bee6c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- feat: add public memberwise initializers to passkey challenge types #1188 (subhankarmaiti)
Assets 2
2.21.0
@sanchitmehtagit
sanchitmehtagit
e8bef88
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- feat: add type filter support to MyAccount getAuthenticationMethods #1184(sanchitmehtagit)
- feat: Add update authentication method to My Account API client #1186(sanchitmehtagit)
- feat: Add DPoP support to My Account API client #1185(sanchitmehtagit)
Assets 2
2.20.0
@NandanPrabhu
NandanPrabhu
408e82f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- feat: Added additional properties support to passkeys signup API #1179 (NandanPrabhu)
- feat:Add partial support for PAR auth flow #1175 (pmathew92)
- Make PARWebAuth type internal exposing only protocol #1180(sanchitmehtagit)
Assets 2
2.19.0
@NandanPrabhu
NandanPrabhu
062f4dc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- feat: handle interactive dismissal for WKWebView sheet presentation #1168 (sanchitmehtagit)
- feat: Add Error handling for DPoP thumbprint mismatch error to master #1166 (NandanPrabhu)
Fixed
- refactor: Align nonce computation with other mobile SDKs #1118 (NandanPrabhu)
Assets 2
3.0.0-beta.1
@NandanPrabhu
NandanPrabhu
babc38a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.0.0-beta.1
Pre-release
Pre-release
💡 Check the Migration Guide to understand the changes required to migrate your application to v3.
- Throwing storage methods: CredentialsManager and CredentialsStorage methods now throw instead of returning Bool or nil, so failures are never silently swallowed. #1127 (NandanPrabhu)
- breaking: remove Management API client #1104 (sanchitmehtagit)
- feat: Add Error handling for DPoP thumbprint mismatch error #1145 (NandanPrabhu)
- feat: Swift 6 strict concurrency compliance for web Auth: #1138 (sanchitmehtagit) & #1123 (sanchitmehtagit)
- feat: Swift 6 MainActor callbacks across all public APIs and Request<T: Sendable> constraint #1142 (sanchitmehtagit)
- feat: Update default values for minTTL, scope, and connection parameters to improve developer experience #1080 (sanchitmehtagit)
- Rename clearSession() to logout() and UserInfo to UserProfile #1105(utkrishtsahu)
- rename expiresIn to expiresAt and Telemetry to Auth0ClientInfo #1114 (utkrishtsahu)
Added
- feat: integrate credentials manager with webauth #1146 (subhankarmaiti)
- feat: add clearAll() API to CredentialsManager and deleteAllEntries() method CredentialsStorage #1116 (utkrishtsahu)
- ID token validation for the API that return id token as part of Credentials and SSOCredentials #1091 (NandanPrabhu)
Changed
- feat: Removes three sources of mutable global state that block Swift 6 strict concurrency #1141 (sanchitmehtagit)
- feat: Swift 6 Sendable closures and CredentialsManager parameter Sendability #1140 (sanchitmehtagit)
- feat: add Sendable annotations to closure parameters for Swift 6 compliance #1128 (sanchitmehtagit)
- feat: add Sendable conformances to value types and protocols that are inherently thread-safe #1102 (sanchitmehtagit)
- chore: enable Swift 6 language mode in Package.swift #1155 (sanchitmehtagit)
Dependency Update
- chore: JWTDecode updated to 4.0 for swift 6 compliance #1101 (sanchitmehtagit)
Assets 2
2.18.0
@sanchitmehtagit
sanchitmehtagit
4ef92ed
This commit was signed with the committer’s verified signature.
Added
- feat: make Auth0APIError.isRetryable public for better Error Handling DX.This property can be used for errorhandling across MFA, Authentication and MyAccount APIs #1110 (sanchitmehtagit)
- docs: Update Native to Web feature docs for GA release #1099 (sanchitmehtagit)
Deprecated
- chore: deprecate Management API client ahead of next major removal #1107 (sanchitmehtagit)
Assets 2
2.17.1
@sanchitmehtagit
sanchitmehtagit
09e555d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
- Add support of custom parameters to Custom token Exchange API #1068 (Paulina Stancu)
New Contributors
- @popaulina made her first contribution in Auth0 Swift SDK 🚀🚀