Skip to content

Commit 0245032

Browse files
authored
Release 2.8.0 (#857)
1 parent 66fafdf commit 0245032

File tree

358 files changed

+382
-369
lines changed

Some content is hidden

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

358 files changed

+382
-369
lines changed

Auth0.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ excluded_files = [*web_auth_files, *ios_files, *macos_files]
3030

3131
Pod::Spec.new do |s|
3232
s.name = 'Auth0'
33-
s.version = '2.7.2'
33+
s.version = '2.8.0'
3434
s.summary = "Auth0 SDK for Apple platforms"
3535
s.description = <<-DESC
3636
Auth0 SDK for iOS, macOS, tvOS, and watchOS apps.

Auth0/Info.plist

+1-1
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.7.2</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "2.7.2"
1+
let version = "2.8.0"

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.8.0](https://github.com/auth0/Auth0.swift/tree/2.8.0) (2024-06-19)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.7.2...2.8.0)
5+
6+
**Added**
7+
- Add support for an authorize URL override [\#854](https://github.com/auth0/Auth0.swift/pull/854) ([erichoracek](https://github.com/erichoracek))
8+
39
## [2.7.2](https://github.com/auth0/Auth0.swift/tree/2.7.2) (2024-05-08)
410
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.7.1...2.7.2)
511

Gemfile.lock

+22-19
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.2)
8+
activesupport (7.1.3.4)
99
base64
1010
bigdecimal
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -23,17 +23,17 @@ GEM
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
2525
aws-eventstream (1.3.0)
26-
aws-partitions (1.925.0)
27-
aws-sdk-core (3.194.2)
26+
aws-partitions (1.944.0)
27+
aws-sdk-core (3.197.0)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.651.0)
3030
aws-sigv4 (~> 1.8)
3131
jmespath (~> 1, >= 1.6.1)
32-
aws-sdk-kms (1.80.0)
33-
aws-sdk-core (~> 3, >= 3.193.0)
32+
aws-sdk-kms (1.85.0)
33+
aws-sdk-core (~> 3, >= 3.197.0)
3434
aws-sigv4 (~> 1.1)
35-
aws-sdk-s3 (1.149.1)
36-
aws-sdk-core (~> 3, >= 3.194.0)
35+
aws-sdk-s3 (1.152.3)
36+
aws-sdk-core (~> 3, >= 3.197.0)
3737
aws-sdk-kms (~> 1)
3838
aws-sigv4 (~> 1.8)
3939
aws-sigv4 (1.8.0)
@@ -84,7 +84,7 @@ GEM
8484
colored2 (3.1.2)
8585
commander (4.6.0)
8686
highline (~> 2.0.0)
87-
concurrent-ruby (1.2.3)
87+
concurrent-ruby (1.3.3)
8888
connection_pool (2.4.1)
8989
declarative (0.0.20)
9090
digest-crc (0.6.5)
@@ -126,7 +126,7 @@ GEM
126126
faraday_middleware (1.2.0)
127127
faraday (~> 1.0)
128128
fastimage (2.3.1)
129-
fastlane (2.220.0)
129+
fastlane (2.221.0)
130130
CFPropertyList (>= 2.3, < 4.0.0)
131131
addressable (>= 2.8, < 3.0.0)
132132
artifactory (~> 3.0)
@@ -169,7 +169,8 @@ GEM
169169
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
170170
fastlane-plugin-auth0_shipper (0.4.1)
171171
semantic (~> 1.5)
172-
ffi (1.16.3)
172+
ffi (1.17.0-arm64-darwin)
173+
ffi (1.17.0-x86_64-darwin)
173174
fourflusher (2.3.1)
174175
fuzzy_match (2.0.4)
175176
gh_inspector (1.1.3)
@@ -210,18 +211,18 @@ GEM
210211
os (>= 0.9, < 2.0)
211212
signet (>= 0.16, < 2.a)
212213
highline (2.0.3)
213-
http-cookie (1.0.5)
214+
http-cookie (1.0.6)
214215
domain_name (~> 0.5)
215216
httpclient (2.8.3)
216217
i18n (1.14.5)
217218
concurrent-ruby (~> 1.0)
218219
jmespath (1.6.2)
219220
json (2.7.2)
220-
jwt (2.8.1)
221+
jwt (2.8.2)
221222
base64
222-
mini_magick (4.12.0)
223+
mini_magick (4.13.1)
223224
mini_mime (1.1.5)
224-
minitest (5.22.3)
225+
minitest (5.24.0)
225226
molinillo (0.8.0)
226227
multi_json (1.15.0)
227228
multipart-post (2.4.1)
@@ -231,22 +232,23 @@ GEM
231232
naturally (2.2.1)
232233
netrc (0.11.0)
233234
nkf (0.2.0)
234-
nokogiri (1.16.4-arm64-darwin)
235+
nokogiri (1.16.6-arm64-darwin)
235236
racc (~> 1.4)
236-
nokogiri (1.16.4-x86_64-darwin)
237+
nokogiri (1.16.6-x86_64-darwin)
237238
racc (~> 1.4)
238239
optparse (0.5.0)
239240
os (1.1.4)
240241
plist (3.7.1)
241242
public_suffix (4.0.7)
242-
racc (1.7.3)
243+
racc (1.8.0)
243244
rake (13.2.1)
244245
representable (3.2.0)
245246
declarative (< 0.1.0)
246247
trailblazer-option (>= 0.1.1, < 0.2.0)
247248
uber (< 0.2.0)
248249
retriable (3.1.2)
249-
rexml (3.2.6)
250+
rexml (3.2.9)
251+
strscan
250252
rouge (2.0.7)
251253
ruby-macho (2.5.1)
252254
ruby2_keywords (0.0.5)
@@ -261,12 +263,13 @@ GEM
261263
simctl (1.6.10)
262264
CFPropertyList
263265
naturally
264-
slather (2.8.0)
266+
slather (2.8.1)
265267
CFPropertyList (>= 2.2, < 4)
266268
activesupport
267269
clamp (~> 1.3)
268270
nokogiri (>= 1.14.3)
269271
xcodeproj (~> 1.21)
272+
strscan (3.1.0)
270273
terminal-notifier (2.0.0)
271274
terminal-table (3.0.2)
272275
unicode-display_width (>= 1.1.1, < 3)

README.md

+2-2
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.7'
58+
pod 'Auth0', '~> 2.8'
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.7
68+
github "auth0/Auth0.swift" ~> 2.8
6969
```
7070

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

docs/data/documentation/auth0.json

+1-1
Large diffs are not rendered by default.

docs/data/documentation/auth0/auth0apierror.json

+1-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError"]]},"abstract":[{"type":"text","text":"The code of the error as a string."}],"metadata":{"externalID":"s:5Auth00A8APIErrorP4codeSSvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"code"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"modules":[{"name":"Auth0"}],"roleHeading":"Instance Property","required":true,"role":"symbol","symbolKind":"property","title":"code"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"code","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/auth0\/auth0apierror\/code"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","interfaceLanguage":"swift"},"references":{"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/code":{"kind":"symbol","abstract":[{"type":"text","text":"The code of the error as a string."}],"role":"symbol","required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"code"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"}],"url":"\/documentation\/auth0\/auth0apierror\/code","title":"code","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","type":"topic"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"kind":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"Auth0APIError","kind":"identifier"}],"navigatorTitle":[{"text":"Auth0APIError","kind":"identifier"}],"abstract":[{"text":"Generic representation of Auth0 API errors.","type":"text"}],"url":"\/documentation\/auth0\/auth0apierror","title":"Auth0APIError","role":"symbol","type":"topic"},"doc://com.auth0.Auth0/documentation/Auth0":{"role":"collection","type":"topic","abstract":[{"type":"text","text":"SDK for Apple platforms."}],"kind":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","url":"\/documentation\/auth0","title":"Auth0"}}}
1+
{"metadata":{"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"code"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"role":"symbol","modules":[{"name":"Auth0"}],"required":true,"title":"code","externalID":"s:5Auth00A8APIErrorP4codeSSvp","roleHeading":"Instance Property"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code"},"sections":[],"abstract":[{"type":"text","text":"The code of the error as a string."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"code","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError"]]},"variants":[{"paths":["\/documentation\/auth0\/auth0apierror\/code"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","references":{"doc://com.auth0.Auth0/documentation/Auth0":{"type":"topic","kind":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","url":"\/documentation\/auth0","title":"Auth0","abstract":[{"type":"text","text":"SDK for Apple platforms."}],"role":"collection"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/code":{"title":"code","url":"\/documentation\/auth0\/auth0apierror\/code","role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"code","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"}],"kind":"symbol","abstract":[{"type":"text","text":"The code of the error as a string."}],"type":"topic","required":true},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"title":"Auth0APIError","url":"\/documentation\/auth0\/auth0apierror","navigatorTitle":[{"kind":"identifier","text":"Auth0APIError"}],"role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"Auth0APIError","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Generic representation of Auth0 API errors.","type":"text"}],"type":"topic"}}}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Additional information about the error."}],"sections":[],"metadata":{"required":true,"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"info","kind":"identifier"},{"kind":"text","text":": ["},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Any","kind":"keyword"},{"kind":"text","text":"]"}],"externalID":"s:5Auth00A8APIErrorP4infoSDySSypGvp","modules":[{"name":"Auth0"}],"role":"symbol","title":"info","roleHeading":"Instance Property","symbolKind":"property"},"variants":[{"paths":["\/documentation\/auth0\/auth0apierror\/info"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError"]]},"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"info"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Any","kind":"keyword"},{"text":"] { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["iOS"],"languages":["swift"]}]}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"kind":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"Auth0APIError","kind":"identifier"}],"navigatorTitle":[{"text":"Auth0APIError","kind":"identifier"}],"abstract":[{"text":"Generic representation of Auth0 API errors.","type":"text"}],"url":"\/documentation\/auth0\/auth0apierror","title":"Auth0APIError","role":"symbol","type":"topic"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/info":{"role":"symbol","required":true,"title":"info","type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info","url":"\/documentation\/auth0\/auth0apierror\/info","abstract":[{"text":"Additional information about the error.","type":"text"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"info","kind":"identifier"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"Any","kind":"keyword"},{"text":"]","kind":"text"}],"kind":"symbol"},"doc://com.auth0.Auth0/documentation/Auth0":{"role":"collection","type":"topic","abstract":[{"type":"text","text":"SDK for Apple platforms."}],"kind":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","url":"\/documentation\/auth0","title":"Auth0"}}}
1+
{"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/auth0\/auth0apierror\/info"]}],"abstract":[{"text":"Additional information about the error.","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"info","kind":"identifier"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"]"}],"externalID":"s:5Auth00A8APIErrorP4infoSDySSypGvp","required":true,"role":"symbol","symbolKind":"property","title":"info","roleHeading":"Instance Property","modules":[{"name":"Auth0"}]},"sections":[],"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"info"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"text":"] { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"title":"Auth0APIError","url":"\/documentation\/auth0\/auth0apierror","navigatorTitle":[{"kind":"identifier","text":"Auth0APIError"}],"role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"text":"Auth0APIError","kind":"identifier"}],"kind":"symbol","abstract":[{"text":"Generic representation of Auth0 API errors.","type":"text"}],"type":"topic"},"doc://com.auth0.Auth0/documentation/Auth0":{"type":"topic","kind":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","url":"\/documentation\/auth0","title":"Auth0","abstract":[{"type":"text","text":"SDK for Apple platforms."}],"role":"collection"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/info":{"title":"info","url":"\/documentation\/auth0\/auth0apierror\/info","role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"info"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":" : "},{"text":"Any","kind":"keyword"},{"kind":"text","text":"]"}],"kind":"symbol","abstract":[{"type":"text","text":"Additional information about the error."}],"type":"topic","required":true}}}

0 commit comments

Comments
 (0)