Skip to content

Commit 73db1a8

Browse files
authored
Release v4.4.0 (#1084)
2 parents 42fef5e + 80f776d commit 73db1a8

Some content is hidden

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

53 files changed

+611
-268
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.3.0
1+
v4.4.0

CHANGELOG.md

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

3+
## [v4.4.0](https://github.com/auth0/react-native-auth0/tree/v4.4.0) (2025-02-19)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.3.0...v4.4.0)
6+
7+
**Added**
8+
9+
- Expose generic error codes for CredentialsManagerError [\#1076](https://github.com/auth0/react-native-auth0/pull/1076) ([kailash-b](https://github.com/kailash-b))
10+
- Add hooks support for resetPassword [\#1074](https://github.com/auth0/react-native-auth0/pull/1074) ([kailash-b](https://github.com/kailash-b))
11+
12+
**Security**
13+
14+
- Update dependencies [\#1073](https://github.com/auth0/react-native-auth0/pull/1073) ([poovamraj](https://github.com/poovamraj))
15+
- Update dependencies [\#1068](https://github.com/auth0/react-native-auth0/pull/1068) ([poovamraj](https://github.com/poovamraj))
16+
317
## [v4.3.0](https://github.com/auth0/react-native-auth0/tree/v4.3.0) (2025-02-07)
418

519
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.2.0...v4.3.0)

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/TimeoutError.html

+53-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h4>
8787
<li>
8888
Defined in
8989
<a
90-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/utils/fetchWithTimeout.ts#L3"
90+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/utils/fetchWithTimeout.ts#L3"
9191
>utils/fetchWithTimeout.ts:3</a
9292
>
9393
</li>
@@ -122,6 +122,18 @@ <h3 class="tsd-index-heading">Constructors</h3>
122122
>
123123
</div>
124124
</section>
125+
<section class="tsd-index-section">
126+
<h3 class="tsd-index-heading">Properties</h3>
127+
<div class="tsd-index-list">
128+
<a
129+
href="TimeoutError.html#type"
130+
class="tsd-index-link tsd-is-inherited"
131+
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
132+
<use href="../assets/icons.svg#icon-1024"></use></svg
133+
><span>type</span></a
134+
>
135+
</div>
136+
</section>
125137
</div>
126138
</details>
127139
</section>
@@ -192,7 +204,7 @@ <h4 class="tsd-returns-title">
192204
<li>
193205
Defined in
194206
<a
195-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/utils/fetchWithTimeout.ts#L4"
207+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/utils/fetchWithTimeout.ts#L4"
196208
>utils/fetchWithTimeout.ts:4</a
197209
>
198210
</li>
@@ -202,6 +214,41 @@ <h4 class="tsd-returns-title">
202214
</ul>
203215
</section>
204216
</section>
217+
<section class="tsd-panel-group tsd-member-group">
218+
<h2>Properties</h2>
219+
<section class="tsd-panel tsd-member tsd-is-inherited">
220+
<a id="type" class="tsd-anchor"></a>
221+
<h3 class="tsd-anchor-link">
222+
<span>type</span
223+
><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"
224+
><svg viewBox="0 0 24 24">
225+
<use href="../assets/icons.svg#icon-anchor"></use></svg
226+
></a>
227+
</h3>
228+
<div class="tsd-signature">
229+
<span class="tsd-kind-property">type</span
230+
><span class="tsd-signature-symbol">:</span>
231+
<span class="tsd-signature-type">string</span>
232+
</div>
233+
<aside class="tsd-sources">
234+
<p>
235+
Inherited from <a href="Types.BaseError.html">BaseError</a>.<a
236+
href="Types.BaseError.html#type"
237+
>type</a
238+
>
239+
</p>
240+
<ul>
241+
<li>
242+
Defined in
243+
<a
244+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/utils/baseError.ts#L2"
245+
>utils/baseError.ts:2</a
246+
>
247+
</li>
248+
</ul>
249+
</aside>
250+
</section>
251+
</section>
205252
</div>
206253
<div class="col-sidebar">
207254
<div class="page-menu">
@@ -343,6 +390,10 @@ <h3>
343390
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
344391
<use href="../assets/icons.svg#icon-512"></use></svg
345392
><span>constructor</span></a
393+
><a href="#type" class="tsd-is-inherited"
394+
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
395+
<use href="../assets/icons.svg#icon-1024"></use></svg
396+
><span>type</span></a
346397
>
347398
</div>
348399
</details>

docs/classes/Types.Auth.html

+22-22
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h4>See</h4>
8484
<li>
8585
Defined in
8686
<a
87-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L62"
87+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L62"
8888
>auth/index.ts:62</a
8989
>
9090
</li>
@@ -278,7 +278,7 @@ <h3 class="tsd-anchor-link">
278278
<li>
279279
Defined in
280280
<a
281-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L63"
281+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L63"
282282
>auth/index.ts:63</a
283283
>
284284
</li>
@@ -312,7 +312,7 @@ <h3 class="tsd-anchor-link">
312312
<li>
313313
Defined in
314314
<a
315-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L67"
315+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L67"
316316
>auth/index.ts:67</a
317317
>
318318
</li>
@@ -343,7 +343,7 @@ <h3 class="tsd-anchor-link">
343343
<li>
344344
Defined in
345345
<a
346-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L71"
346+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L71"
347347
>auth/index.ts:71</a
348348
>
349349
</li>
@@ -425,7 +425,7 @@ <h4>See</h4>
425425
<li>
426426
Defined in
427427
<a
428-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L101"
428+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L101"
429429
>auth/index.ts:101</a
430430
>
431431
</li>
@@ -515,7 +515,7 @@ <h4 class="tsd-returns-title">
515515
<li>
516516
Defined in
517517
<a
518-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L564"
518+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L564"
519519
>auth/index.ts:564</a
520520
>
521521
</li>
@@ -612,7 +612,7 @@ <h4>See</h4>
612612
<li>
613613
Defined in
614614
<a
615-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L146"
615+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L146"
616616
>auth/index.ts:146</a
617617
>
618618
</li>
@@ -713,7 +713,7 @@ <h4>See</h4>
713713
<li>
714714
Defined in
715715
<a
716-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L174"
716+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L174"
717717
>auth/index.ts:174</a
718718
>
719719
</li>
@@ -808,7 +808,7 @@ <h4 class="tsd-returns-title">
808808
<li>
809809
Defined in
810810
<a
811-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L294"
811+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L294"
812812
>auth/index.ts:294</a
813813
>
814814
</li>
@@ -907,7 +907,7 @@ <h4 class="tsd-returns-title">
907907
<li>
908908
Defined in
909909
<a
910-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L389"
910+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L389"
911911
>auth/index.ts:389</a
912912
>
913913
</li>
@@ -1006,7 +1006,7 @@ <h4 class="tsd-returns-title">
10061006
<li>
10071007
Defined in
10081008
<a
1009-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L358"
1009+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L358"
10101010
>auth/index.ts:358</a
10111011
>
10121012
</li>
@@ -1109,7 +1109,7 @@ <h4 class="tsd-returns-title">
11091109
<li>
11101110
Defined in
11111111
<a
1112-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L421"
1112+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L421"
11131113
>auth/index.ts:421</a
11141114
>
11151115
</li>
@@ -1203,7 +1203,7 @@ <h4 class="tsd-returns-title">
12031203
<li>
12041204
Defined in
12051205
<a
1206-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L324"
1206+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L324"
12071207
>auth/index.ts:324</a
12081208
>
12091209
</li>
@@ -1280,7 +1280,7 @@ <h4>See</h4>
12801280
<li>
12811281
Defined in
12821282
<a
1283-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L126"
1283+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L126"
12841284
>auth/index.ts:126</a
12851285
>
12861286
</li>
@@ -1386,7 +1386,7 @@ <h4 class="tsd-returns-title">
13861386
<li>
13871387
Defined in
13881388
<a
1389-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L453"
1389+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L453"
13901390
>auth/index.ts:453</a
13911391
>
13921392
</li>
@@ -1484,7 +1484,7 @@ <h4>See</h4>
14841484
<li>
14851485
Defined in
14861486
<a
1487-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L206"
1487+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L206"
14881488
>auth/index.ts:206</a
14891489
>
14901490
</li>
@@ -1568,7 +1568,7 @@ <h4 class="tsd-returns-title">
15681568
<li>
15691569
Defined in
15701570
<a
1571-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L251"
1571+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L251"
15721572
>auth/index.ts:251</a
15731573
>
15741574
</li>
@@ -1652,7 +1652,7 @@ <h4 class="tsd-returns-title">
16521652
<li>
16531653
Defined in
16541654
<a
1655-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L268"
1655+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L268"
16561656
>auth/index.ts:268</a
16571657
>
16581658
</li>
@@ -1749,7 +1749,7 @@ <h4>See</h4>
17491749
<li>
17501750
Defined in
17511751
<a
1752-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L224"
1752+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L224"
17531753
>auth/index.ts:224</a
17541754
>
17551755
</li>
@@ -1825,7 +1825,7 @@ <h4 class="tsd-returns-title">
18251825
<li>
18261826
Defined in
18271827
<a
1828-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L545"
1828+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L545"
18291829
>auth/index.ts:545</a
18301830
>
18311831
</li>
@@ -1894,7 +1894,7 @@ <h4 class="tsd-returns-title">
18941894
<li>
18951895
Defined in
18961896
<a
1897-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L482"
1897+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L482"
18981898
>auth/index.ts:482</a
18991899
>
19001900
</li>
@@ -1973,7 +1973,7 @@ <h4 class="tsd-returns-title">
19731973
<li>
19741974
Defined in
19751975
<a
1976-
href="https://github.com/auth0/react-native-auth0/blob/d8ffd8ce2eb1a693cf682f00f183a471ed1ee57a/src/auth/index.ts#L509"
1976+
href="https://github.com/auth0/react-native-auth0/blob/42fef5e5fe3cd3b4bbdcbed42f7054fd4b6f8cc6/src/auth/index.ts#L509"
19771977
>auth/index.ts:509</a
19781978
>
19791979
</li>

0 commit comments

Comments
 (0)