Skip to content

Commit 9d37789

Browse files
Release v4.6.0 (#1159)
1 parent b120465 commit 9d37789

Some content is hidden

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

58 files changed

+2378
-618
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.5.0
1+
v4.6.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+
## [v4.6.0](https://github.com/auth0/react-native-auth0/tree/v4.6.0) (2025-05-02)
4+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.5.0...v4.6.0)
5+
6+
**Added**
7+
- feat: Add support for custom headers [\#1155](https://github.com/auth0/react-native-auth0/pull/1155) ([subhankarmaiti](https://github.com/subhankarmaiti))
8+
9+
**Fixed**
10+
- fix: Update prepare script to clean up package.json files [\#1157](https://github.com/auth0/react-native-auth0/pull/1157) ([subhankarmaiti](https://github.com/subhankarmaiti))
11+
312
## [v4.5.0](https://github.com/auth0/react-native-auth0/tree/v4.5.0) (2025-04-17)
413

514
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.4.0...v4.5.0)

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
window.hierarchyData =
2-
'eJyNj8FqwzAQRP9lzkrqCMs2uiWlh57bW/BB2BssIktFWkNL8L8XN9i4pSE5LezO8N5eEEPgBH3MKyVkUdYCkU6OGrbBJ+gLZKam4U1P0Hi3PYWBX2IMEQJn61vonawEhuig0TiTEqWndW7bce8grjdocGo3U3FzXYwCsihXjINJdB/w9UFpu0TvMASazro2koc+ykzVE7TMV9D9wF32HDzTJ796pngyDS0CUhWzgJ2Ps8O/zZs+S336O6/UH4U3Nvw49if9AOr3+2Vej+P4Dc50qC0=';
2+
'eJyNj8FqwzAQRP9lzkraCNexdGtLDz23N+ODsDdYRJaKtIaW4H8vrrFxQkNyWtid4b09IYbACbrMVCbkXlUCkQ6OarbBJ+gTpFTj8KYjaHzajkLPbzGGCIGj9Q30ThYCfXTQqJ1JidLDOrdtuXMQ0w0anJrNWNxMi0FA7teMF5PoNuDni9J2id5gCNStdU0kD11KqaoRWuQr6HPP7eNr8Ezf/O6Z4sHUtAjIp3wWsPNxdvi3edVnqY9/Zyq7UPhgw/dj/9J3oM7fL/JqGIZf7LeoRQ==';

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/TimeoutError.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</ul>
8989
<h1>Class TimeoutError</h1>
9090
</div>
91-
<section class="tsd-panel tsd-hierarchy" data-refl="205">
91+
<section class="tsd-panel tsd-hierarchy" data-refl="229">
9292
<h4>
9393
Hierarchy (<a href="../hierarchy.html#TimeoutError">View Summary</a
9494
>)
@@ -113,7 +113,7 @@ <h4>
113113
<li>
114114
Defined in
115115
<a
116-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/utils/fetchWithTimeout.ts#L3"
116+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/utils/fetchWithTimeout.ts#L3"
117117
>utils/fetchWithTimeout.ts:3</a
118118
>
119119
</li>
@@ -250,7 +250,7 @@ <h4 class="tsd-returns-title">
250250
<li>
251251
Defined in
252252
<a
253-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/utils/fetchWithTimeout.ts#L4"
253+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/utils/fetchWithTimeout.ts#L4"
254254
>utils/fetchWithTimeout.ts:4</a
255255
>
256256
</li>
@@ -300,7 +300,7 @@ <h3 class="tsd-anchor-link" id="type">
300300
<li>
301301
Defined in
302302
<a
303-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/utils/baseError.ts#L2"
303+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/utils/baseError.ts#L2"
304304
>utils/baseError.ts:2</a
305305
>
306306
</li>

docs/classes/Types.Auth.html

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h4 class="tsd-anchor-link" id="see">
116116
<li>
117117
Defined in
118118
<a
119-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L65"
119+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L65"
120120
>auth/index.ts:65</a
121121
>
122122
</li>
@@ -373,7 +373,7 @@ <h3 class="tsd-anchor-link" id="clientid">
373373
<li>
374374
Defined in
375375
<a
376-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L70"
376+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L70"
377377
>auth/index.ts:70</a
378378
>
379379
</li>
@@ -405,7 +405,7 @@ <h3 class="tsd-anchor-link" id="domain">
405405
<li>
406406
Defined in
407407
<a
408-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L74"
408+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L74"
409409
>auth/index.ts:74</a
410410
>
411411
</li>
@@ -519,8 +519,8 @@ <h4 class="tsd-anchor-link" id="see-1">
519519
<li>
520520
Defined in
521521
<a
522-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L104"
523-
>auth/index.ts:104</a
522+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L105"
523+
>auth/index.ts:105</a
524524
>
525525
</li>
526526
</ul>
@@ -612,8 +612,8 @@ <h4 class="tsd-returns-title">
612612
<li>
613613
Defined in
614614
<a
615-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L585"
616-
>auth/index.ts:585</a
615+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L601"
616+
>auth/index.ts:601</a
617617
>
618618
</li>
619619
</ul>
@@ -723,8 +723,8 @@ <h4 class="tsd-anchor-link" id="see-2">
723723
<li>
724724
Defined in
725725
<a
726-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L149"
727-
>auth/index.ts:149</a
726+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L150"
727+
>auth/index.ts:150</a
728728
>
729729
</li>
730730
</ul>
@@ -841,8 +841,8 @@ <h4 class="tsd-anchor-link" id="see-3">
841841
<li>
842842
Defined in
843843
<a
844-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L179"
845-
>auth/index.ts:179</a
844+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L181"
845+
>auth/index.ts:181</a
846846
>
847847
</li>
848848
</ul>
@@ -937,8 +937,8 @@ <h4 class="tsd-returns-title">
937937
<li>
938938
Defined in
939939
<a
940-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L305"
941-
>auth/index.ts:305</a
940+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L312"
941+
>auth/index.ts:312</a
942942
>
943943
</li>
944944
</ul>
@@ -1042,8 +1042,8 @@ <h4 class="tsd-returns-title">
10421042
<li>
10431043
Defined in
10441044
<a
1045-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L406"
1046-
>auth/index.ts:406</a
1045+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L416"
1046+
>auth/index.ts:416</a
10471047
>
10481048
</li>
10491049
</ul>
@@ -1147,8 +1147,8 @@ <h4 class="tsd-returns-title">
11471147
<li>
11481148
Defined in
11491149
<a
1150-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L373"
1151-
>auth/index.ts:373</a
1150+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L382"
1151+
>auth/index.ts:382</a
11521152
>
11531153
</li>
11541154
</ul>
@@ -1257,8 +1257,8 @@ <h4 class="tsd-returns-title">
12571257
<li>
12581258
Defined in
12591259
<a
1260-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L440"
1261-
>auth/index.ts:440</a
1260+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L451"
1261+
>auth/index.ts:451</a
12621262
>
12631263
</li>
12641264
</ul>
@@ -1353,8 +1353,8 @@ <h4 class="tsd-returns-title">
13531353
<li>
13541354
Defined in
13551355
<a
1356-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L337"
1357-
>auth/index.ts:337</a
1356+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L345"
1357+
>auth/index.ts:345</a
13581358
>
13591359
</li>
13601360
</ul>
@@ -1450,8 +1450,8 @@ <h4 class="tsd-anchor-link" id="see-4">
14501450
<li>
14511451
Defined in
14521452
<a
1453-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L129"
1454-
>auth/index.ts:129</a
1453+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L130"
1454+
>auth/index.ts:130</a
14551455
>
14561456
</li>
14571457
</ul>
@@ -1559,8 +1559,8 @@ <h4 class="tsd-returns-title">
15591559
<li>
15601560
Defined in
15611561
<a
1562-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L474"
1563-
>auth/index.ts:474</a
1562+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L486"
1563+
>auth/index.ts:486</a
15641564
>
15651565
</li>
15661566
</ul>
@@ -1648,8 +1648,8 @@ <h4 class="tsd-returns-title">
16481648
<li>
16491649
Defined in
16501650
<a
1651-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L262"
1652-
>auth/index.ts:262</a
1651+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L267"
1652+
>auth/index.ts:267</a
16531653
>
16541654
</li>
16551655
</ul>
@@ -1737,8 +1737,8 @@ <h4 class="tsd-returns-title">
17371737
<li>
17381738
Defined in
17391739
<a
1740-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L279"
1741-
>auth/index.ts:279</a
1740+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L285"
1741+
>auth/index.ts:285</a
17421742
>
17431743
</li>
17441744
</ul>
@@ -1851,8 +1851,8 @@ <h4 class="tsd-anchor-link" id="see-5">
18511851
<li>
18521852
Defined in
18531853
<a
1854-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L213"
1855-
>auth/index.ts:213</a
1854+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L216"
1855+
>auth/index.ts:216</a
18561856
>
18571857
</li>
18581858
</ul>
@@ -1966,8 +1966,8 @@ <h4 class="tsd-anchor-link" id="see-6">
19661966
<li>
19671967
Defined in
19681968
<a
1969-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L233"
1970-
>auth/index.ts:233</a
1969+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L237"
1970+
>auth/index.ts:237</a
19711971
>
19721972
</li>
19731973
</ul>
@@ -2049,8 +2049,8 @@ <h4 class="tsd-returns-title">
20492049
<li>
20502050
Defined in
20512051
<a
2052-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L566"
2053-
>auth/index.ts:566</a
2052+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L581"
2053+
>auth/index.ts:581</a
20542054
>
20552055
</li>
20562056
</ul>
@@ -2126,8 +2126,8 @@ <h4 class="tsd-returns-title">
21262126
<li>
21272127
Defined in
21282128
<a
2129-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L503"
2130-
>auth/index.ts:503</a
2129+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L516"
2130+
>auth/index.ts:516</a
21312131
>
21322132
</li>
21332133
</ul>
@@ -2210,8 +2210,8 @@ <h4 class="tsd-returns-title">
22102210
<li>
22112211
Defined in
22122212
<a
2213-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/auth/index.ts#L530"
2214-
>auth/index.ts:530</a
2213+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/auth/index.ts#L544"
2214+
>auth/index.ts:544</a
22152215
>
22162216
</li>
22172217
</ul>

docs/classes/Types.BaseError.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</ul>
9090
<h1>Class BaseError</h1>
9191
</div>
92-
<section class="tsd-panel tsd-hierarchy" data-refl="267">
92+
<section class="tsd-panel tsd-hierarchy" data-refl="279">
9393
<h4>
9494
Hierarchy (<a href="../hierarchy.html#Types.BaseError"
9595
>View Summary</a
@@ -120,7 +120,7 @@ <h4>
120120
<li>
121121
Defined in
122122
<a
123-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/utils/baseError.ts#L1"
123+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/utils/baseError.ts#L1"
124124
>utils/baseError.ts:1</a
125125
>
126126
</li>
@@ -271,7 +271,7 @@ <h4 class="tsd-returns-title">
271271
<li>
272272
Defined in
273273
<a
274-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/utils/baseError.ts#L3"
274+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/utils/baseError.ts#L3"
275275
>utils/baseError.ts:3</a
276276
>
277277
</li>
@@ -315,7 +315,7 @@ <h3 class="tsd-anchor-link" id="type">
315315
<li>
316316
Defined in
317317
<a
318-
href="https://github.com/auth0/react-native-auth0/blob/f3cdff65c3a63a4e0ae87e1cdeabfad8a297ba52/src/utils/baseError.ts#L2"
318+
href="https://github.com/auth0/react-native-auth0/blob/b120465ef927aa9b5a5577438808734c0c77a2ac/src/utils/baseError.ts#L2"
319319
>utils/baseError.ts:2</a
320320
>
321321
</li>

0 commit comments

Comments
 (0)