Skip to content

Commit

Permalink
Release 1.3.0 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Feb 16, 2021
1 parent fb8f246 commit 7a17caa
Show file tree
Hide file tree
Showing 17 changed files with 396 additions and 54 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v1.3.0](https://github.com/auth0/auth0-react/tree/v1.3.0) (2021-02-16)

**Added**

- Added `buildAuthorizeUrl` and `buildLogoutUrl` [\#190](https://github.com/auth0/auth0-react/pull/190) ([THISS](https://github.com/THISS))

**Changed**

- `isLoading` should default to `true` even when doing SSR [\#193](https://github.com/auth0/auth0-react/pull/193) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v1.2.0](https://github.com/auth0/auth0-react/tree/v1.2.0) (2020-11-04)

**Added**
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/errors.oautherror.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/errors.tsx#L7">src/errors.tsx:7</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/errors.tsx#L7">src/errors.tsx:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
110 changes: 100 additions & 10 deletions docs/interfaces/auth0_context.auth0contextinterface.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/auth0_context.redirectloginoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> app<wbr>State</h3>
<div class="tsd-signature tsd-kind-icon">app<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-context.tsx#L26">src/auth0-context.tsx:26</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-context.tsx#L28">src/auth0-context.tsx:28</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -191,7 +191,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> fragment</h3>
<div class="tsd-signature tsd-kind-icon">fragment<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-context.tsx#L31">src/auth0-context.tsx:31</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-context.tsx#L33">src/auth0-context.tsx:33</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -276,7 +276,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> redirect<wbr>Uri</h3>
<div class="tsd-signature tsd-kind-icon">redirect<wbr>Uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-context.tsx#L21">src/auth0-context.tsx:21</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-context.tsx#L23">src/auth0-context.tsx:23</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
30 changes: 15 additions & 15 deletions docs/interfaces/auth0_provider.auth0provideroptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> advanced<wbr>Options<
<div class="tsd-signature tsd-kind-icon">advanced<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>defaultScope<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L106">src/auth0-provider.tsx:106</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L107">src/auth0-provider.tsx:107</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -143,7 +143,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> audience</h3>
<div class="tsd-signature tsd-kind-icon">audience<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L130">src/auth0-provider.tsx:130</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L131">src/auth0-provider.tsx:131</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -158,7 +158,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> authorize<wbr>Timeout
<div class="tsd-signature tsd-kind-icon">authorize<wbr>Timeout<wbr>InSeconds<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L102">src/auth0-provider.tsx:102</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L103">src/auth0-provider.tsx:103</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -174,7 +174,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> cache<wbr>Location</h
<div class="tsd-signature tsd-kind-icon">cache<wbr>Location<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;memory&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;localstorage&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L90">src/auth0-provider.tsx:90</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L91">src/auth0-provider.tsx:91</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -191,7 +191,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> children</h3>
<div class="tsd-signature tsd-kind-icon">children<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ReactNode</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L35">src/auth0-provider.tsx:35</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L36">src/auth0-provider.tsx:36</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -206,7 +206,7 @@ <h3>client<wbr>Id</h3>
<div class="tsd-signature tsd-kind-icon">client<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L69">src/auth0-provider.tsx:69</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L70">src/auth0-provider.tsx:70</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -221,7 +221,7 @@ <h3>domain</h3>
<div class="tsd-signature tsd-kind-icon">domain<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L61">src/auth0-provider.tsx:61</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L62">src/auth0-provider.tsx:62</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -238,7 +238,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> issuer</h3>
<div class="tsd-signature tsd-kind-icon">issuer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L65">src/auth0-provider.tsx:65</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L66">src/auth0-provider.tsx:66</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -253,7 +253,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> leeway</h3>
<div class="tsd-signature tsd-kind-icon">leeway<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L83">src/auth0-provider.tsx:83</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L84">src/auth0-provider.tsx:84</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -270,7 +270,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Age</h3>
<div class="tsd-signature tsd-kind-icon">max<wbr>Age<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L120">src/auth0-provider.tsx:120</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L121">src/auth0-provider.tsx:121</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -287,7 +287,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Redirect<wbr>C
<div class="tsd-signature tsd-kind-icon">on<wbr>Redirect<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>appState<span class="tsd-signature-symbol">: </span><a href="../modules/auth0_provider.html#appstate" class="tsd-signature-type" data-tsd-kind="Type alias">AppState</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L41">src/auth0-provider.tsx:41</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L42">src/auth0-provider.tsx:42</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -304,7 +304,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> redirect<wbr>Uri</h3>
<div class="tsd-signature tsd-kind-icon">redirect<wbr>Uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L77">src/auth0-provider.tsx:77</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L78">src/auth0-provider.tsx:78</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -323,7 +323,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> scope</h3>
<div class="tsd-signature tsd-kind-icon">scope<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L126">src/auth0-provider.tsx:126</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L127">src/auth0-provider.tsx:127</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -340,7 +340,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> skip<wbr>Redirect<wbr
<div class="tsd-signature tsd-kind-icon">skip<wbr>Redirect<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L55">src/auth0-provider.tsx:55</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L56">src/auth0-provider.tsx:56</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -363,7 +363,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> use<wbr>Refresh<wbr>T
<div class="tsd-signature tsd-kind-icon">use<wbr>Refresh<wbr>Tokens<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/c820f29/src/auth0-provider.tsx#L97">src/auth0-provider.tsx:97</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/fb8f246/src/auth0-provider.tsx#L98">src/auth0-provider.tsx:98</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit 7a17caa

Please sign in to comment.