Skip to content

Commit 3190066

Browse files
authored
Release 2.13.0 (#965)
1 parent f9d500f commit 3190066

File tree

597 files changed

+605
-432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

597 files changed

+605
-432
lines changed

Auth0.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Auth0'
3-
s.version = '2.12.0'
3+
s.version = '2.13.0'
44
s.summary = "Auth0 SDK for Apple platforms"
55
s.description = <<-DESC
66
Auth0 SDK for iOS, macOS, tvOS, watchOS and visionOS apps.

Auth0/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.12.0</string>
18+
<string>2.13.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "2.12.0"
1+
let version = "2.13.0"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [2.13.0](https://github.com/auth0/Auth0.swift/tree/2.13.0) (2025-05-30)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.12.0...2.13.0)
5+
6+
**Added**
7+
- Add support for enrolling passkeys with My Account API [SDK-5543] [\#962](https://github.com/auth0/Auth0.swift/pull/962) ([Widcket](https://github.com/Widcket))
8+
9+
**Changed**
10+
- Link JWTDecode.swift and SimpleKeychain directly to the Auth0 framework [\#947](https://github.com/auth0/Auth0.swift/pull/947) ([NandanPrabhu](https://github.com/NandanPrabhu))
11+
312
## [2.12.0](https://github.com/auth0/Auth0.swift/tree/2.12.0) (2025-05-08)
413
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.11.0...2.12.0)
514

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,27 @@ GEM
2525
artifactory (3.0.17)
2626
atomos (0.1.3)
2727
aws-eventstream (1.3.2)
28-
aws-partitions (1.1100.0)
29-
aws-sdk-core (3.223.0)
28+
aws-partitions (1.1108.0)
29+
aws-sdk-core (3.224.1)
3030
aws-eventstream (~> 1, >= 1.3.0)
3131
aws-partitions (~> 1, >= 1.992.0)
3232
aws-sigv4 (~> 1.9)
3333
base64
3434
jmespath (~> 1, >= 1.6.1)
3535
logger
36-
aws-sdk-kms (1.100.0)
36+
aws-sdk-kms (1.101.0)
3737
aws-sdk-core (~> 3, >= 3.216.0)
3838
aws-sigv4 (~> 1.5)
39-
aws-sdk-s3 (1.185.0)
40-
aws-sdk-core (~> 3, >= 3.216.0)
39+
aws-sdk-s3 (1.188.0)
40+
aws-sdk-core (~> 3, >= 3.224.1)
4141
aws-sdk-kms (~> 1)
4242
aws-sigv4 (~> 1.5)
4343
aws-sigv4 (1.11.0)
4444
aws-eventstream (~> 1, >= 1.0.2)
4545
babosa (1.0.4)
46-
base64 (0.2.0)
47-
benchmark (0.4.0)
48-
bigdecimal (3.1.9)
46+
base64 (0.3.0)
47+
benchmark (0.4.1)
48+
bigdecimal (3.2.0)
4949
claide (1.1.0)
5050
clamp (1.3.2)
5151
cocoapods (1.16.2)
@@ -96,7 +96,7 @@ GEM
9696
rake (>= 12.0.0, < 14.0.0)
9797
domain_name (0.6.20240107)
9898
dotenv (2.8.1)
99-
drb (2.2.1)
99+
drb (2.2.3)
100100
emoji_regex (3.2.3)
101101
escape (0.0.4)
102102
ethon (0.16.0)
@@ -226,7 +226,7 @@ GEM
226226
i18n (1.14.7)
227227
concurrent-ruby (~> 1.0)
228228
jmespath (1.6.2)
229-
json (2.11.3)
229+
json (2.12.2)
230230
jwt (2.10.1)
231231
base64
232232
logger (1.7.0)
@@ -251,7 +251,7 @@ GEM
251251
plist (3.7.2)
252252
public_suffix (4.0.7)
253253
racc (1.8.1)
254-
rake (13.2.1)
254+
rake (13.3.0)
255255
representable (3.2.0)
256256
declarative (< 0.1.0)
257257
trailblazer-option (>= 0.1.1, < 0.2.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, select the dependency rule and press **Add Package**.
5555
Add the following line to your `Podfile`:
5656

5757
```ruby
58-
pod 'Auth0', '~> 2.12'
58+
pod 'Auth0', '~> 2.13'
5959
```
6060

6161
Then, run `pod install`.
@@ -65,7 +65,7 @@ Then, run `pod install`.
6565
Add the following line to your `Cartfile`:
6666

6767
```text
68-
github "auth0/Auth0.swift" ~> 2.12
68+
github "auth0/Auth0.swift" ~> 2.13
6969
```
7070

7171
Then, run `carthage bootstrap --use-xcframeworks`.

docs/data/documentation/auth0.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/data/documentation/auth0/apicredentials.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"metadata":{"roleHeading":"Instance Property","title":"accessToken","modules":[{"name":"Auth0"}],"externalID":"s:5Auth014APICredentialsV11accessTokenSSvp","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessToken","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"role":"symbol","symbolKind":"property"},"seeAlsoSections":[{"identifiers":["https:\/\/auth0.com\/docs\/secure\/tokens\/access-tokens"],"title":"Related Documentation","anchor":"Related-Documentation"}],"abstract":[{"text":"Token that can be used to make authenticated requests to the API.","type":"text"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/accessToken"},"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessToken"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/auth0\/apicredentials\/accesstoken"]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials"]]},"references":{"doc://com.auth0.Auth0/documentation/Auth0/APICredentials/accessToken":{"role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/accessToken","type":"topic","title":"accessToken","kind":"symbol","abstract":[{"text":"Token that can be used to make authenticated requests to the API.","type":"text"}],"fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessToken"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"url":"\/documentation\/auth0\/apicredentials\/accesstoken"},"doc://com.auth0.Auth0/documentation/Auth0/APICredentials":{"type":"topic","abstract":[{"text":"User’s credentials obtained from Auth0 for a specific API as the result of exchanging a refresh token.","type":"text"}],"title":"APICredentials","url":"\/documentation\/auth0\/apicredentials","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"APICredentials","kind":"identifier"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"APICredentials","kind":"identifier"}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials"},"https://auth0.com/docs/secure/tokens/access-tokens":{"type":"link","titleInlineContent":[{"type":"text","text":"Access Tokens"}],"url":"https:\/\/auth0.com\/docs\/secure\/tokens\/access-tokens","identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/access-tokens","title":"Access Tokens"},"doc://com.auth0.Auth0/documentation/Auth0":{"type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","title":"Auth0","abstract":[{"text":"SDK for Apple platforms.","type":"text"}],"role":"collection","url":"\/documentation\/auth0","kind":"symbol"}}}
1+
{"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessToken","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}]}],"kind":"declarations"}],"sections":[],"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/accessToken","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/auth0\/apicredentials\/accesstoken"]}],"metadata":{"title":"accessToken","symbolKind":"property","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"accessToken","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"roleHeading":"Instance Property","modules":[{"name":"Auth0"}],"role":"symbol","externalID":"s:5Auth014APICredentialsV11accessTokenSSvp"},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"Token that can be used to make authenticated requests to the API.","type":"text"}],"seeAlsoSections":[{"title":"Related Documentation","anchor":"Related-Documentation","identifiers":["https:\/\/auth0.com\/docs\/secure\/tokens\/access-tokens"]}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/APICredentials":{"kind":"symbol","title":"APICredentials","role":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials","url":"\/documentation\/auth0\/apicredentials","abstract":[{"text":"User’s credentials obtained from Auth0 for a specific API as the result of exchanging a refresh token.","type":"text"}],"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"APICredentials"}],"navigatorTitle":[{"kind":"identifier","text":"APICredentials"}]},"https://auth0.com/docs/secure/tokens/access-tokens":{"title":"Access Tokens","titleInlineContent":[{"text":"Access Tokens","type":"text"}],"type":"link","identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/access-tokens","url":"https:\/\/auth0.com\/docs\/secure\/tokens\/access-tokens"},"doc://com.auth0.Auth0/documentation/Auth0":{"role":"collection","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","title":"Auth0","kind":"symbol","type":"topic","abstract":[{"text":"SDK for Apple platforms.","type":"text"}],"url":"\/documentation\/auth0"},"doc://com.auth0.Auth0/documentation/Auth0/APICredentials/accessToken":{"role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"accessToken"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"abstract":[{"type":"text","text":"Token that can be used to make authenticated requests to the API."}],"url":"\/documentation\/auth0\/apicredentials\/accesstoken","title":"accessToken","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/accessToken","kind":"symbol"}}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/Decodable-Implementations"},"kind":"article","hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials"]]},"topicSections":[{"title":"Initializers","anchor":"Initializers","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/init(from:)"],"generated":true}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"modules":[{"name":"Auth0"}],"roleHeading":"API Collection","title":"Decodable Implementations","role":"collectionGroup"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/auth0\/apicredentials\/decodable-implementations"]}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/APICredentials/init(from:)":{"role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/init(from:)","kind":"symbol","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":": any "},{"kind":"typeIdentifier","text":"Decoder","preciseIdentifier":"s:s7DecoderP"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"type":"topic","abstract":[],"url":"\/documentation\/auth0\/apicredentials\/init(from:)","title":"init(from:)"},"doc://com.auth0.Auth0/documentation/Auth0":{"type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","title":"Auth0","abstract":[{"text":"SDK for Apple platforms.","type":"text"}],"role":"collection","url":"\/documentation\/auth0","kind":"symbol"},"doc://com.auth0.Auth0/documentation/Auth0/APICredentials":{"type":"topic","abstract":[{"text":"User’s credentials obtained from Auth0 for a specific API as the result of exchanging a refresh token.","type":"text"}],"title":"APICredentials","url":"\/documentation\/auth0\/apicredentials","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"APICredentials","kind":"identifier"}],"kind":"symbol","role":"symbol","navigatorTitle":[{"text":"APICredentials","kind":"identifier"}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials"}}}
1+
{"sections":[],"schemaVersion":{"minor":3,"major":0,"patch":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials"]]},"kind":"article","variants":[{"paths":["\/documentation\/auth0\/apicredentials\/decodable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/Decodable-Implementations","interfaceLanguage":"swift"},"metadata":{"title":"Decodable Implementations","modules":[{"name":"Auth0"}],"roleHeading":"API Collection","role":"collectionGroup"},"topicSections":[{"anchor":"Initializers","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/init(from:)"],"generated":true,"title":"Initializers"}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/APICredentials/init(from:)":{"role":"symbol","title":"init(from:)","type":"topic","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"from"},{"kind":"text","text":": any "},{"preciseIdentifier":"s:s7DecoderP","kind":"typeIdentifier","text":"Decoder"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"abstract":[],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials\/init(from:)","url":"\/documentation\/auth0\/apicredentials\/init(from:)","kind":"symbol"},"doc://com.auth0.Auth0/documentation/Auth0":{"role":"collection","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","title":"Auth0","kind":"symbol","type":"topic","abstract":[{"text":"SDK for Apple platforms.","type":"text"}],"url":"\/documentation\/auth0"},"doc://com.auth0.Auth0/documentation/Auth0/APICredentials":{"kind":"symbol","title":"APICredentials","role":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/APICredentials","url":"\/documentation\/auth0\/apicredentials","abstract":[{"text":"User’s credentials obtained from Auth0 for a specific API as the result of exchanging a refresh token.","type":"text"}],"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"APICredentials"}],"navigatorTitle":[{"kind":"identifier","text":"APICredentials"}]}}}

0 commit comments

Comments
 (0)