Skip to content

Commit b557697

Browse files
committed
Auth0UniversalComponents iOS — Beta Release
1 parent c16f235 commit b557697

2,035 files changed

Lines changed: 2517 additions & 71 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# Change Log
2+
3+
## [1.0.0-beta.0](https://github.com/auth0/ui-components-ios/tree/1.0.0-beta.0) (2026-06-05)
4+
5+
**Auth0UniversalComponents iOS — Beta Release**
6+
7+
**Features**
8+
9+
- **Passkey Management** — Enroll and manage passkeys for your account
10+
- **MFA factor management** - Enroll / list / remove for TOTP, Push, SMS OTP, Email OTP, Recovery Codes
11+
- **Guardian MFA Authenticator** — Multi-factor authentication with OTP code generation and copy functionality
12+
- **Step-up Authentication** — Prompt users for additional verification when accessing sensitive actions
13+
- **Theming** — Customizable theming system to match your app's brand

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'fastlane'
44
gem 'slather'
5+
gem 'multi_json'
56

67
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
78
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 89 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.7)
4+
CFPropertyList (3.0.8)
5+
abbrev (0.1.2)
6+
activesupport (8.1.3)
57
base64
6-
nkf
7-
rexml
8-
activesupport (7.2.2.2)
9-
base64
10-
benchmark (>= 0.3)
118
bigdecimal
129
concurrent-ruby (~> 1.0, >= 1.3.1)
1310
connection_pool (>= 2.2.5)
1411
drb
1512
i18n (>= 1.6, < 2)
13+
json
1614
logger (>= 1.4.2)
1715
minitest (>= 5.1)
1816
securerandom (>= 0.3)
1917
tzinfo (~> 2.0, >= 2.0.5)
20-
addressable (2.8.7)
21-
public_suffix (>= 2.0.2, < 7.0)
18+
uri (>= 0.13.1)
19+
addressable (2.9.0)
20+
public_suffix (>= 2.0.2, < 8.0)
2221
artifactory (3.0.17)
2322
atomos (0.1.3)
2423
aws-eventstream (1.4.0)
25-
aws-partitions (1.1168.0)
26-
aws-sdk-core (3.233.0)
24+
aws-partitions (1.1257.0)
25+
aws-sdk-core (3.251.0)
2726
aws-eventstream (~> 1, >= 1.3.0)
2827
aws-partitions (~> 1, >= 1.992.0)
2928
aws-sigv4 (~> 1.9)
3029
base64
3130
bigdecimal
3231
jmespath (~> 1, >= 1.6.1)
3332
logger
34-
aws-sdk-kms (1.113.0)
35-
aws-sdk-core (~> 3, >= 3.231.0)
33+
aws-sdk-kms (1.129.0)
34+
aws-sdk-core (~> 3, >= 3.248.0)
3635
aws-sigv4 (~> 1.5)
37-
aws-sdk-s3 (1.199.1)
38-
aws-sdk-core (~> 3, >= 3.231.0)
36+
aws-sdk-s3 (1.225.0)
37+
aws-sdk-core (~> 3, >= 3.248.0)
3938
aws-sdk-kms (~> 1)
4039
aws-sigv4 (~> 1.5)
4140
aws-sigv4 (1.12.1)
4241
aws-eventstream (~> 1, >= 1.0.2)
4342
babosa (1.0.4)
4443
base64 (0.3.0)
45-
benchmark (0.4.1)
46-
bigdecimal (3.2.3)
44+
benchmark (0.5.0)
45+
bigdecimal (4.1.2)
4746
claide (1.1.0)
48-
clamp (1.3.3)
47+
clamp (1.5.2)
4948
colored (1.2)
5049
colored2 (3.1.2)
5150
commander (4.6.0)
5251
highline (~> 2.0.0)
53-
concurrent-ruby (1.3.5)
54-
connection_pool (2.5.4)
52+
concurrent-ruby (1.3.6)
53+
connection_pool (3.0.2)
54+
csv (3.3.5)
5555
declarative (0.0.20)
5656
digest-crc (0.7.0)
5757
rake (>= 12.0.0, < 14.0.0)
@@ -60,7 +60,7 @@ GEM
6060
drb (2.2.3)
6161
emoji_regex (3.2.3)
6262
excon (0.112.0)
63-
faraday (1.10.4)
63+
faraday (1.10.5)
6464
faraday-em_http (~> 1.0)
6565
faraday-em_synchrony (~> 1.0)
6666
faraday-excon (~> 1.1)
@@ -72,53 +72,61 @@ GEM
7272
faraday-rack (~> 1.0)
7373
faraday-retry (~> 1.0)
7474
ruby2_keywords (>= 0.0.4)
75-
faraday-cookie_jar (0.0.7)
75+
faraday-cookie_jar (0.0.8)
7676
faraday (>= 0.8.0)
77-
http-cookie (~> 1.0.0)
77+
http-cookie (>= 1.0.0)
7878
faraday-em_http (1.0.0)
7979
faraday-em_synchrony (1.0.1)
8080
faraday-excon (1.1.0)
8181
faraday-httpclient (1.0.1)
82-
faraday-multipart (1.1.1)
82+
faraday-multipart (1.2.0)
8383
multipart-post (~> 2.0)
8484
faraday-net_http (1.0.2)
8585
faraday-net_http_persistent (1.2.0)
8686
faraday-patron (1.0.0)
8787
faraday-rack (1.0.0)
88-
faraday-retry (1.0.3)
88+
faraday-retry (1.0.4)
8989
faraday_middleware (1.2.1)
9090
faraday (~> 1.0)
91-
fastimage (2.4.0)
92-
fastlane (2.228.0)
93-
CFPropertyList (>= 2.3, < 4.0.0)
91+
fastimage (2.4.1)
92+
fastlane (2.235.0)
93+
CFPropertyList (>= 2.3, < 5.0.0)
94+
abbrev (~> 0.1)
9495
addressable (>= 2.8, < 3.0.0)
9596
artifactory (~> 3.0)
96-
aws-sdk-s3 (~> 1.0)
97+
aws-sdk-s3 (~> 1.197)
9798
babosa (>= 1.0.3, < 2.0.0)
98-
bundler (>= 1.12.0, < 3.0.0)
99+
base64 (~> 0.2)
100+
benchmark (>= 0.1.0)
101+
bundler (>= 2.4.0, < 5.0.0)
99102
colored (~> 1.2)
100103
commander (~> 4.6)
104+
csv (~> 3.3)
101105
dotenv (>= 2.1.1, < 3.0.0)
102106
emoji_regex (>= 0.1, < 4.0)
103107
excon (>= 0.71.0, < 1.0.0)
104108
faraday (~> 1.0)
105109
faraday-cookie_jar (~> 0.0.6)
106110
faraday_middleware (~> 1.0)
107111
fastimage (>= 2.1.0, < 3.0.0)
108-
fastlane-sirp (>= 1.0.0)
112+
fastlane-sirp (>= 1.1.0)
109113
gh_inspector (>= 1.1.2, < 2.0.0)
110114
google-apis-androidpublisher_v3 (~> 0.3)
111115
google-apis-playcustomapp_v1 (~> 0.1)
112-
google-cloud-env (>= 1.6.0, < 2.0.0)
116+
google-cloud-env (>= 1.6.0, < 2.3.0)
113117
google-cloud-storage (~> 1.31)
114118
highline (~> 2.0)
115119
http-cookie (~> 1.0.5)
116120
json (< 3.0.0)
117-
jwt (>= 2.1.0, < 3)
121+
jwt (>= 2.1.0, < 4)
122+
logger (>= 1.6, < 2.0)
118123
mini_magick (>= 4.9.4, < 5.0.0)
119124
multipart-post (>= 2.0.0, < 3.0.0)
125+
mutex_m (~> 0.3)
120126
naturally (~> 2.2)
127+
nkf (~> 0.2)
121128
optparse (>= 0.1.1, < 1.0.0)
129+
ostruct (>= 0.1.0)
122130
plist (>= 3.1.0, < 4.0.0)
123131
rubyzip (>= 2.0.0, < 3.0.0)
124132
security (= 0.1.5)
@@ -133,93 +141,101 @@ GEM
133141
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
134142
fastlane-plugin-auth0_shipper (0.4.1)
135143
semantic (~> 1.5)
136-
fastlane-sirp (1.0.0)
137-
sysrandom (~> 1.0)
144+
fastlane-sirp (1.1.0)
138145
gh_inspector (1.1.3)
139-
google-apis-androidpublisher_v3 (0.54.0)
140-
google-apis-core (>= 0.11.0, < 2.a)
141-
google-apis-core (0.11.3)
146+
google-apis-androidpublisher_v3 (0.101.0)
147+
google-apis-core (>= 0.15.0, < 2.a)
148+
google-apis-core (0.18.0)
142149
addressable (~> 2.5, >= 2.5.1)
143-
googleauth (>= 0.16.2, < 2.a)
144-
httpclient (>= 2.8.1, < 3.a)
150+
googleauth (~> 1.9)
151+
httpclient (>= 2.8.3, < 3.a)
145152
mini_mime (~> 1.0)
153+
mutex_m
146154
representable (~> 3.0)
147155
retriable (>= 2.0, < 4.a)
148-
rexml
149-
google-apis-iamcredentials_v1 (0.17.0)
150-
google-apis-core (>= 0.11.0, < 2.a)
151-
google-apis-playcustomapp_v1 (0.13.0)
152-
google-apis-core (>= 0.11.0, < 2.a)
153-
google-apis-storage_v1 (0.31.0)
154-
google-apis-core (>= 0.11.0, < 2.a)
156+
google-apis-iamcredentials_v1 (0.27.0)
157+
google-apis-core (>= 0.15.0, < 2.a)
158+
google-apis-playcustomapp_v1 (0.17.0)
159+
google-apis-core (>= 0.15.0, < 2.a)
160+
google-apis-storage_v1 (0.63.0)
161+
google-apis-core (>= 0.15.0, < 2.a)
155162
google-cloud-core (1.8.0)
156163
google-cloud-env (>= 1.0, < 3.a)
157164
google-cloud-errors (~> 1.0)
158-
google-cloud-env (1.6.0)
159-
faraday (>= 0.17.3, < 3.0)
160-
google-cloud-errors (1.5.0)
161-
google-cloud-storage (1.47.0)
165+
google-cloud-env (2.2.2)
166+
base64 (~> 0.2)
167+
faraday (>= 1.0, < 3.a)
168+
google-cloud-errors (1.6.0)
169+
google-cloud-storage (1.60.0)
162170
addressable (~> 2.8)
163171
digest-crc (~> 0.4)
164-
google-apis-iamcredentials_v1 (~> 0.1)
165-
google-apis-storage_v1 (~> 0.31.0)
172+
google-apis-core (>= 0.18, < 2)
173+
google-apis-iamcredentials_v1 (~> 0.18)
174+
google-apis-storage_v1 (>= 0.42)
166175
google-cloud-core (~> 1.6)
167-
googleauth (>= 0.16.2, < 2.a)
176+
googleauth (~> 1.9)
168177
mini_mime (~> 1.0)
169-
googleauth (1.8.1)
170-
faraday (>= 0.17.3, < 3.a)
171-
jwt (>= 1.4, < 3.0)
172-
multi_json (~> 1.11)
178+
google-logging-utils (0.2.0)
179+
googleauth (1.17.0)
180+
faraday (>= 1.0, < 3.a)
181+
google-cloud-env (~> 2.2)
182+
google-logging-utils (~> 0.1)
183+
jwt (>= 1.4, < 4.0)
173184
os (>= 0.9, < 2.0)
185+
pstore (~> 0.1)
174186
signet (>= 0.16, < 2.a)
175187
highline (2.0.3)
176188
http-cookie (1.0.8)
177189
domain_name (~> 0.5)
178190
httpclient (2.9.0)
179191
mutex_m
180-
i18n (1.14.7)
192+
i18n (1.14.8)
181193
concurrent-ruby (~> 1.0)
182194
jmespath (1.6.2)
183-
json (2.15.0)
184-
jwt (2.10.2)
195+
json (2.19.8)
196+
jwt (3.2.0)
185197
base64
186198
logger (1.7.0)
187199
mini_magick (4.13.2)
188200
mini_mime (1.1.5)
189-
minitest (5.25.5)
190-
multi_json (1.17.0)
201+
minitest (6.0.6)
202+
drb (~> 2.0)
203+
prism (~> 1.5)
204+
multi_json (1.21.1)
191205
multipart-post (2.4.1)
192206
mutex_m (0.3.0)
193207
nanaimo (0.4.0)
194208
naturally (2.3.0)
195209
nkf (0.2.0)
196-
nokogiri (1.18.10-arm64-darwin)
210+
nokogiri (1.19.3-arm64-darwin)
197211
racc (~> 1.4)
198-
nokogiri (1.18.10-x86_64-darwin)
212+
nokogiri (1.19.3-x86_64-darwin)
199213
racc (~> 1.4)
200-
optparse (0.6.0)
214+
optparse (0.8.1)
201215
os (1.1.4)
216+
ostruct (0.6.3)
202217
plist (3.7.2)
203-
public_suffix (4.0.7)
218+
prism (1.9.0)
219+
pstore (0.2.1)
220+
public_suffix (7.0.5)
204221
racc (1.8.1)
205-
rake (13.3.0)
222+
rake (13.4.2)
206223
representable (3.2.0)
207224
declarative (< 0.1.0)
208225
trailblazer-option (>= 0.1.1, < 0.2.0)
209226
uber (< 0.2.0)
210-
retriable (3.1.2)
227+
retriable (3.8.0)
211228
rexml (3.4.4)
212229
rouge (3.28.0)
213230
ruby2_keywords (0.0.5)
214231
rubyzip (2.4.1)
215232
securerandom (0.4.1)
216233
security (0.1.5)
217234
semantic (1.6.1)
218-
signet (0.21.0)
235+
signet (0.22.0)
219236
addressable (~> 2.8)
220237
faraday (>= 0.17.5, < 3.a)
221238
jwt (>= 1.5, < 4.0)
222-
multi_json (~> 1.10)
223239
simctl (1.6.10)
224240
CFPropertyList
225241
naturally
@@ -229,7 +245,6 @@ GEM
229245
clamp (~> 1.3)
230246
nokogiri (>= 1.14.3)
231247
xcodeproj (~> 1.27)
232-
sysrandom (1.0.5)
233248
terminal-notifier (2.0.0)
234249
terminal-table (3.0.2)
235250
unicode-display_width (>= 1.1.1, < 3)
@@ -242,6 +257,7 @@ GEM
242257
concurrent-ruby (~> 1.0)
243258
uber (0.1.0)
244259
unicode-display_width (2.6.0)
260+
uri (1.1.1)
245261
word_wrap (1.0.0)
246262
xcodeproj (1.27.0)
247263
CFPropertyList (>= 2.3.3, < 4.0)
@@ -259,12 +275,14 @@ PLATFORMS
259275
arm64-darwin-22
260276
arm64-darwin-23
261277
arm64-darwin-24
278+
arm64-darwin-25
262279
x86_64-darwin-19
263280
x86_64-darwin-20
264281

265282
DEPENDENCIES
266283
fastlane
267284
fastlane-plugin-auth0_shipper
285+
multi_json
268286
slather
269287

270288
BUNDLED WITH

docs/css/39.cc2d61d1.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/989.4f123103.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.b031fba4.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/index.d0b63544.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/topic.59e2bdb7.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/tutorials-overview.9c2b2457.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)