Skip to content

Commit d4d2b8e

Browse files
authored
Release 1.25.0 (#389)
1 parent 7f1e0a5 commit d4d2b8e

File tree

9 files changed

+77
-52
lines changed

9 files changed

+77
-52
lines changed

App/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.24.1</string>
18+
<string>1.25.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

Auth0/Info-tvOS.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>1.24.1</string>
18+
<string>1.25.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

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>1.24.1</string>
18+
<string>1.25.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.24.1</string>
18+
<string>1.25.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

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

3+
## [1.25.0](https://github.com/auth0/Auth0.swift/tree/1.25.0) (2020-05-18)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.24.1...1.25.0)
5+
6+
**Added**
7+
- Added support for ephemeral sessions [SDK-1559] [\#388](https://github.com/auth0/Auth0.swift/pull/388) ([Widcket](https://github.com/Widcket))
8+
- Bumped dependencies [SDK-1630] [\#386](https://github.com/auth0/Auth0.swift/pull/386) ([Widcket](https://github.com/Widcket))
9+
310
## [1.24.1](https://github.com/auth0/Auth0.swift/tree/1.24.1) (2020-04-30)
411
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.24.0...1.24.1)
512

Gemfile.lock

+56-38
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,46 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.2)
5-
activesupport (4.2.11.1)
5+
activesupport (4.2.11.3)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.2)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
1215
atomos (0.1.3)
13-
aws-eventstream (1.0.3)
14-
aws-sdk (2.11.463)
15-
aws-sdk-resources (= 2.11.463)
16-
aws-sdk-core (2.11.463)
17-
aws-sigv4 (~> 1.0)
16+
aws-eventstream (1.1.0)
17+
aws-partitions (1.316.0)
18+
aws-sdk-core (3.96.0)
19+
aws-eventstream (~> 1, >= 1.0.2)
20+
aws-partitions (~> 1, >= 1.239.0)
21+
aws-sigv4 (~> 1.1)
1822
jmespath (~> 1.0)
19-
aws-sdk-resources (2.11.463)
20-
aws-sdk-core (= 2.11.463)
21-
aws-sigv4 (1.1.1)
23+
aws-sdk-kms (1.31.0)
24+
aws-sdk-core (~> 3, >= 3.71.0)
25+
aws-sigv4 (~> 1.1)
26+
aws-sdk-s3 (1.64.0)
27+
aws-sdk-core (~> 3, >= 3.83.0)
28+
aws-sdk-kms (~> 1)
29+
aws-sigv4 (~> 1.1)
30+
aws-sigv4 (1.1.3)
2231
aws-eventstream (~> 1.0, >= 1.0.2)
2332
babosa (1.0.3)
2433
claide (1.0.3)
2534
clamp (1.3.1)
26-
cocoapods (1.7.5)
35+
cocoapods (1.9.1)
2736
activesupport (>= 4.0.2, < 5)
2837
claide (>= 1.0.2, < 2.0)
29-
cocoapods-core (= 1.7.5)
38+
cocoapods-core (= 1.9.1)
3039
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3140
cocoapods-downloader (>= 1.2.2, < 2.0)
3241
cocoapods-plugins (>= 1.0.0, < 2.0)
3342
cocoapods-search (>= 1.0.0, < 2.0)
3443
cocoapods-stats (>= 1.0.0, < 2.0)
35-
cocoapods-trunk (>= 1.3.1, < 2.0)
44+
cocoapods-trunk (>= 1.4.0, < 2.0)
3645
cocoapods-try (>= 1.1.0, < 2.0)
3746
colored2 (~> 3.1)
3847
escape (~> 0.0.4)
@@ -41,21 +50,25 @@ GEM
4150
molinillo (~> 0.6.6)
4251
nap (~> 1.0)
4352
ruby-macho (~> 1.4)
44-
xcodeproj (>= 1.10.0, < 2.0)
45-
cocoapods-core (1.7.5)
53+
xcodeproj (>= 1.14.0, < 2.0)
54+
cocoapods-core (1.9.1)
4655
activesupport (>= 4.0.2, < 6)
56+
algoliasearch (~> 1.0)
57+
concurrent-ruby (~> 1.1)
4758
fuzzy_match (~> 2.0.4)
4859
nap (~> 1.0)
60+
netrc (~> 0.11)
61+
typhoeus (~> 1.0)
4962
cocoapods-deintegrate (1.0.4)
50-
cocoapods-downloader (1.2.2)
63+
cocoapods-downloader (1.3.0)
5164
cocoapods-plugins (1.0.0)
5265
nap
5366
cocoapods-search (1.0.0)
5467
cocoapods-stats (1.1.0)
55-
cocoapods-trunk (1.3.1)
68+
cocoapods-trunk (1.5.0)
5669
nap (>= 0.8, < 2.0)
5770
netrc (~> 0.11)
58-
cocoapods-try (1.1.0)
71+
cocoapods-try (1.2.0)
5972
colored (1.2)
6073
colored2 (3.1.2)
6174
commander-fastlane (4.4.6)
@@ -69,32 +82,34 @@ GEM
6982
dotenv (2.7.5)
7083
emoji_regex (1.0.1)
7184
escape (0.0.4)
72-
excon (0.72.0)
73-
faraday (0.17.3)
85+
ethon (0.12.0)
86+
ffi (>= 1.3.0)
87+
excon (0.73.0)
88+
faraday (1.0.1)
7489
multipart-post (>= 1.2, < 3)
7590
faraday-cookie_jar (0.0.6)
7691
faraday (>= 0.7.4)
7792
http-cookie (~> 1.0.0)
78-
faraday_middleware (0.13.1)
79-
faraday (>= 0.7.4, < 1.0)
93+
faraday_middleware (1.0.0)
94+
faraday (~> 1.0)
8095
fastimage (2.1.7)
81-
fastlane (2.143.0)
96+
fastlane (2.148.0)
8297
CFPropertyList (>= 2.3, < 4.0.0)
8398
addressable (>= 2.3, < 3.0.0)
84-
aws-sdk (~> 2.3)
99+
aws-sdk-s3 (~> 1.0)
85100
babosa (>= 1.0.2, < 2.0.0)
86101
bundler (>= 1.12.0, < 3.0.0)
87102
colored
88103
commander-fastlane (>= 4.4.6, < 5.0.0)
89104
dotenv (>= 2.1.1, < 3.0.0)
90105
emoji_regex (>= 0.1, < 2.0)
91106
excon (>= 0.71.0, < 1.0.0)
92-
faraday (~> 0.17)
107+
faraday (>= 0.17, < 2.0)
93108
faraday-cookie_jar (~> 0.0.6)
94-
faraday_middleware (~> 0.13.1)
109+
faraday_middleware (>= 0.13.1, < 2.0)
95110
fastimage (>= 2.1.0, < 3.0.0)
96111
gh_inspector (>= 1.1.2, < 2.0.0)
97-
google-api-client (>= 0.29.2, < 0.37.0)
112+
google-api-client (>= 0.37.0, < 0.39.0)
98113
google-cloud-storage (>= 1.15.0, < 2.0.0)
99114
highline (>= 1.7.2, < 2.0.0)
100115
json (< 3.0.0)
@@ -118,10 +133,11 @@ GEM
118133
xcpretty-travis-formatter (>= 0.0.3)
119134
fastlane-plugin-auth0_shipper (0.4.1)
120135
semantic (~> 1.5)
136+
ffi (1.12.2)
121137
fourflusher (2.3.1)
122138
fuzzy_match (2.0.4)
123139
gh_inspector (1.1.3)
124-
google-api-client (0.36.4)
140+
google-api-client (0.38.0)
125141
addressable (~> 2.5, >= 2.5.1)
126142
googleauth (~> 0.9)
127143
httpclient (>= 2.8.1, < 3.0)
@@ -135,20 +151,20 @@ GEM
135151
google-cloud-env (1.3.1)
136152
faraday (>= 0.17.3, < 2.0)
137153
google-cloud-errors (1.0.0)
138-
google-cloud-storage (1.25.1)
154+
google-cloud-storage (1.26.1)
139155
addressable (~> 2.5)
140156
digest-crc (~> 0.4)
141157
google-api-client (~> 0.33)
142158
google-cloud-core (~> 1.2)
143159
googleauth (~> 0.9)
144160
mini_mime (~> 1.0)
145-
googleauth (0.11.0)
161+
googleauth (0.12.0)
146162
faraday (>= 0.17.3, < 2.0)
147163
jwt (>= 1.4, < 3.0)
148164
memoist (~> 0.16)
149165
multi_json (~> 1.11)
150166
os (>= 0.9, < 2.0)
151-
signet (~> 0.12)
167+
signet (~> 0.14)
152168
highline (1.7.10)
153169
http-cookie (1.0.3)
154170
domain_name (~> 0.5)
@@ -162,7 +178,7 @@ GEM
162178
mini_magick (4.10.1)
163179
mini_mime (1.0.2)
164180
mini_portile2 (2.4.0)
165-
minitest (5.14.0)
181+
minitest (5.14.1)
166182
molinillo (0.6.6)
167183
multi_json (1.14.1)
168184
multi_xml (0.6.0)
@@ -173,7 +189,7 @@ GEM
173189
netrc (0.11.0)
174190
nokogiri (1.10.9)
175191
mini_portile2 (~> 2.4.0)
176-
os (1.0.1)
192+
os (1.1.0)
177193
plist (3.5.0)
178194
public_suffix (2.0.5)
179195
representable (3.0.4)
@@ -186,7 +202,7 @@ GEM
186202
rubyzip (1.3.0)
187203
security (0.1.3)
188204
semantic (1.6.1)
189-
signet (0.13.0)
205+
signet (0.14.0)
190206
addressable (~> 2.3)
191207
faraday (>= 0.17.3, < 2.0)
192208
jwt (>= 1.5, < 3.0)
@@ -195,7 +211,7 @@ GEM
195211
CFPropertyList
196212
naturally
197213
slack-notifier (2.3.2)
198-
slather (2.4.7)
214+
slather (2.4.8)
199215
CFPropertyList (>= 2.2, < 4)
200216
activesupport (>= 4.0.2, < 5)
201217
clamp (~> 1.3)
@@ -209,15 +225,17 @@ GEM
209225
tty-screen (0.7.1)
210226
tty-spinner (0.9.3)
211227
tty-cursor (~> 0.7)
212-
tzinfo (1.2.6)
228+
typhoeus (1.4.0)
229+
ethon (>= 0.9.0)
230+
tzinfo (1.2.7)
213231
thread_safe (~> 0.1)
214232
uber (0.1.0)
215233
unf (0.1.4)
216234
unf_ext
217-
unf_ext (0.0.7.6)
218-
unicode-display_width (1.6.1)
235+
unf_ext (0.0.7.7)
236+
unicode-display_width (1.7.0)
219237
word_wrap (1.0.0)
220-
xcodeproj (1.15.0)
238+
xcodeproj (1.16.0)
221239
CFPropertyList (>= 2.3.3, < 4.0)
222240
atomos (~> 0.1.3)
223241
claide (>= 1.0.2, < 2.0)

OAuth2Mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.24.1</string>
20+
<string>1.25.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

OAuth2TV/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.24.1</string>
18+
<string>1.25.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API]
2828
## Requirements
2929

3030
- iOS 9+ / macOS 10.11+ / tvOS 9.0+ / watchOS 2.0+
31-
- Xcode 10.x/11.x
32-
- Swift 4.x/5.x
31+
- Xcode 10.x / 11.x
32+
- Swift 4.x / 5.x
3333

3434

3535
## Installation
@@ -39,7 +39,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API]
3939
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
4040

4141
```ruby
42-
pod 'Auth0', '~> 1.24'
42+
pod 'Auth0', '~> 1.25'
4343
```
4444

4545
Then run `pod install`.
@@ -51,7 +51,7 @@ Then run `pod install`.
5151
If you are using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
5252

5353
```ruby
54-
github "auth0/Auth0.swift" ~> 1.24
54+
github "auth0/Auth0.swift" ~> 1.25
5555
```
5656

5757
Then run `carthage bootstrap`.
@@ -160,7 +160,7 @@ Finally, go to your [Auth0 Dashboard](https://manage.auth0.com/#/applications/)
160160
YOUR_BUNDLE_IDENTIFIER://YOUR_AUTH0_DOMAIN/ios/YOUR_BUNDLE_IDENTIFIER/callback
161161
```
162162

163-
e.g. If your bundle identifier was `com.company.myapp` and your Auth0 domain was `company.auth0.com` then this value would be
163+
e.g. If your bundle identifier was `com.company.myapp` and your Auth0 domain was `company.auth0.com`, then this value would be:
164164

165165
```text
166166
com.company.myapp://company.auth0.com/ios/com.company.myapp/callback
@@ -199,7 +199,7 @@ Auth0
199199
.authentication()
200200
.renew(withRefreshToken: refreshToken)
201201
.start { result in
202-
switch(result) {
202+
switch result {
203203
case .success(let credentials):
204204
print("Obtained new credentials: \(credentials)")
205205
case .failure(let error):
@@ -269,7 +269,7 @@ credentialsManager.enableBiometrics(withTitle: "Touch to Login")
269269

270270
#### Sign in With Apple
271271

272-
If you've added [the Sign In with Apple flow](https://developer.apple.com/documentation/authenticationservices/implementing_user_authentication_with_sign_in_with_apple) to your app, you can use the string value from the `authorizationCode` property obtained after a successful Apple authentication to perform a token exchange for Auth0 tokens.
272+
If you've added [the Sign In with Apple flow](https://developer.apple.com/documentation/authenticationservices/implementing_user_authentication_with_sign_in_with_apple) to your app, you can use the string value from the `authorizationCode` property obtained after a successful Apple authentication to perform a token exchange for Auth0 tokens.
273273

274274
```swift
275275
Auth0
@@ -365,7 +365,7 @@ Auth0
365365
If you are using the [Custom Domains](https://auth0.com/docs/custom-domains) feature and need to use an Auth0 endpoint
366366
such as `/userinfo`, please use the Auth0 domain specified for your Application in the [Auth0 Dashboard](https://manage.auth0.com/#/applications/).
367367

368-
Example: `.audience("https://{YOUR_AUTH0_DOMAIN}/userinfo")`
368+
Example: `.audience("https://{YOUR_AUTH0_DOMAIN}/userinfo")`
369369

370370
### Management API (Users)
371371

0 commit comments

Comments
 (0)