Fix spelling mistakes in id token validation messages #940 (frederikprijck)
As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.
v2.0.0-beta.1
Fixed
Ensure getTokenSilently works when mixing return types #1016 (frederikprijck)
Close MessageChannel after receiving and processing message from worker #1023 (ewanharris)
v2.0.0-beta.0
Auth0-SPA-JS v2 includes many significant changes compared to v1:
Fix spelling mistakes in id token validation messages #940 (frederikprijck)
As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@auth0/auth0-spa-js](https://github.com/auth0/auth0-spa-js) from 1.22.5 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/auth0/auth0-spa-js/releases"><code>@auth0/auth0-spa-js</code>'s releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p>
<ul>
<li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Introduce <code>authorizationParams</code> to hold properties sent to Auth0 <a href="https://github.com/auth0/auth0-spa-js/pull/959">#959</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Do not build Common JS module with externals <a href="https://github.com/auth0/auth0-spa-js/pull/971">#971</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>De-dupe Id token; getUser and getIdTokenClaims no longer take any arguments <a href="https://github.com/auth0/auth0-spa-js/pull/967">#967</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Remove <code>advancedOptions.defaultScope</code> and replace with <code>scope</code> <a href="https://github.com/auth0/auth0-spa-js/pull/972">#972</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Cache and return id token from memory <a href="https://github.com/auth0/auth0-spa-js/pull/975">#975</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Remove <code>buildAuthorizeUrl</code> <a href="https://github.com/auth0/auth0-spa-js/pull/980">#980</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Make <code>buildLogoutUrl</code> internal <a href="https://github.com/auth0/auth0-spa-js/pull/982">#982</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Fix spelling mistakes in id token validation messages <a href="https://github.com/auth0/auth0-spa-js/pull/940">#940</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<p>As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. <strong>Please review <a href="https://github.com/auth0/auth0-spa-js/blob/master/MIGRATION_GUIDE.md">the migration guide</a> thoroughly to understand the changes required to migrate your application to v2.</strong></p>
<h2>v2.0.0-beta.1</h2>
<p><strong>Fixed</strong></p>
<ul>
<li>Ensure getTokenSilently works when mixing return types <a href="https://github.com/auth0/auth0-spa-js/pull/1016">#1016</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Close MessageChannel after receiving and processing message from worker <a href="https://github.com/auth0/auth0-spa-js/pull/1023">#1023</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
</ul>
<h2>v2.0.0-beta.0</h2>
<p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p>
<ul>
<li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Introduce <code>authorizationParams</code> to hold properties sent to Auth0 <a href="https://github.com/auth0/auth0-spa-js/pull/959">#959</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Do not build Common JS module with externals <a href="https://github.com/auth0/auth0-spa-js/pull/971">#971</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>De-dupe Id token; getUser and getIdTokenClaims no longer take any arguments <a href="https://github.com/auth0/auth0-spa-js/pull/967">#967</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Remove <code>advancedOptions.defaultScope</code> and replace with <code>scope</code> <a href="https://github.com/auth0/auth0-spa-js/pull/972">#972</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Cache and return id token from memory <a href="https://github.com/auth0/auth0-spa-js/pull/975">#975</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Remove <code>buildAuthorizeUrl</code> <a href="https://github.com/auth0/auth0-spa-js/pull/980">#980</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Make <code>buildLogoutUrl</code> internal <a href="https://github.com/auth0/auth0-spa-js/pull/982">#982</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Fix spelling mistakes in id token validation messages <a href="https://github.com/auth0/auth0-spa-js/pull/940">#940</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/auth0/auth0-spa-js/blob/master/CHANGELOG.md"><code>@auth0/auth0-spa-js</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v2.0.0">v2.0.0</a> (2022-10-27)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v2.0.0">Full Changelog</a></p>
<p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p>
<ul>
<li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Introduce <code>authorizationParams</code> to hold properties sent to Auth0 <a href="https://github.com/auth0/auth0-spa-js/pull/959">#959</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Do not build Common JS module with externals <a href="https://github.com/auth0/auth0-spa-js/pull/971">#971</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>De-dupe Id token; getUser and getIdTokenClaims no longer take any arguments <a href="https://github.com/auth0/auth0-spa-js/pull/967">#967</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Remove <code>advancedOptions.defaultScope</code> and replace with <code>scope</code> <a href="https://github.com/auth0/auth0-spa-js/pull/972">#972</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Cache and return id token from memory <a href="https://github.com/auth0/auth0-spa-js/pull/975">#975</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Remove <code>buildAuthorizeUrl</code> <a href="https://github.com/auth0/auth0-spa-js/pull/980">#980</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Make <code>buildLogoutUrl</code> internal <a href="https://github.com/auth0/auth0-spa-js/pull/982">#982</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Fix spelling mistakes in id token validation messages <a href="https://github.com/auth0/auth0-spa-js/pull/940">#940</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<p>As with any major version bump, v2 of Auth0-SPA-JS contains a set of breaking changes. <strong>Please review <a href="https://github.com/auth0/auth0-spa-js/blob/master/MIGRATION_GUIDE.md">the migration guide</a> thoroughly to understand the changes required to migrate your application to v2.</strong></p>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v2.0.0-beta.1">v2.0.0-beta.1</a> (2022-10-12)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v2.0.0-beta.0...v2.0.0-beta.1">Full Changelog</a></p>
<p><strong>Fixed</strong></p>
<ul>
<li>Ensure getTokenSilently works when mixing return types <a href="https://github.com/auth0/auth0-spa-js/pull/1016">#1016</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Close MessageChannel after receiving and processing message from worker <a href="https://github.com/auth0/auth0-spa-js/pull/1023">#1023</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
</ul>
<h2><a href="https://github.com/auth0/auth0-spa-js/tree/v2.0.0-beta.0">v2.0.0-beta.0</a> (2022-10-01)</h2>
<p><a href="https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v2.0.0-beta.0">Full Changelog</a></p>
<p>Auth0-SPA-JS v2 includes many significant changes compared to v1:</p>
<ul>
<li>Refactor module output and avoid default export <a href="https://github.com/auth0/auth0-spa-js/pull/942">#942</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Do not throw from <code>checkSession</code> <a href="https://github.com/auth0/auth0-spa-js/pull/943">#943</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Rework <code>ignoreCache</code> to <code>cacheMode</code> and introduce <code>cache-only</code> <a href="https://github.com/auth0/auth0-spa-js/pull/950">#950</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Do not fallback to refreshing tokens via iframe method by default <a href="https://github.com/auth0/auth0-spa-js/pull/946">#946</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Use form-encoded data by default <a href="https://github.com/auth0/auth0-spa-js/pull/945">#945</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Remove <code>getIdTokenClaimsOptions</code> type <a href="https://github.com/auth0/auth0-spa-js/pull/960">#960</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Rename <code>client_id</code> to <code>clientId</code> <a href="https://github.com/auth0/auth0-spa-js/pull/956">#956</a> (<a href="https://github.com/ewanharris">ewanharris</a>)</li>
<li>Remove polyfills from bundles <a href="https://github.com/auth0/auth0-spa-js/pull/951">#951</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
<li>Update output target to <strong>ES2017</strong> <a href="https://github.com/auth0/auth0-spa-js/pull/953">#953</a> (<a href="https://github.com/frederikprijck">frederikprijck</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/78bed4d5566db7253615e93bc9cd663ba9c92bad"><code>78bed4d</code></a> Merge pull request <a href="https://github.com/auth0/auth0-spa-js/issues/1034">#1034</a> from auth0/release/v2.0.0</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/b23928695248504bd22a075da3bf7ce4339c45aa"><code>b239286</code></a> Generate API documentation</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/7a44c1aa3a415ce3cc319d4ee2d7623a12453062"><code>7a44c1a</code></a> Remove publish command from circle config</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/e6e269e5f63ca24f9497d12c7d5148524f08fba3"><code>e6e269e</code></a> Remove beta references</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/0886f0319bf1b4ee12719f3e439f95cd379f106a"><code>0886f03</code></a> Bump version</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/acc7f7a0799c66241a7f51c640925af091cc09ab"><code>acc7f7a</code></a> Update changelog</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/091009df09fcde0b7c67084178fd5b59aa41cb0a"><code>091009d</code></a> Revert current docs for v1 until v2 is released (<a href="https://github.com/auth0/auth0-spa-js/issues/1035">#1035</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/bb5a26aa3e60436e022aac98e9dcb9f423e66cb0"><code>bb5a26a</code></a> Merge pull request <a href="https://github.com/auth0/auth0-spa-js/issues/1033">#1033</a> from auth0/beta</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/e8af4cd4e03688ebd1135f330a82d4b918a6ac13"><code>e8af4cd</code></a> Remove incorrect beta reference from readme (<a href="https://github.com/auth0/auth0-spa-js/issues/1031">#1031</a>)</li>
<li><a href="https://github.com/auth0/auth0-spa-js/commit/64976e9bf4629d5ef88d9f72ee68cbdd4cf54f47"><code>64976e9</code></a> Merge pull request <a href="https://github.com/auth0/auth0-spa-js/issues/1028">#1028</a> from auth0/chore/update-beta-with-master</li>
<li>Additional commits viewable in <a href="https://github.com/auth0/auth0-spa-js/compare/v1.22.5...v2.0.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @auth0/auth0-spa-js from 1.22.5 to 2.0.0.
Release notes
Sourced from
@auth0/auth0-spa-js's releases.... (truncated)
Changelog
Sourced from
@auth0/auth0-spa-js's changelog.... (truncated)
Commits
78bed4dMerge pull request #1034 from auth0/release/v2.0.0b239286Generate API documentation7a44c1aRemove publish command from circle confige6e269eRemove beta references0886f03Bump versionacc7f7aUpdate changelog091009dRevert current docs for v1 until v2 is released (#1035)bb5a26aMerge pull request #1033 from auth0/betae8af4cdRemove incorrect beta reference from readme (#1031)64976e9Merge pull request #1028 from auth0/chore/update-beta-with-masterDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
fc2861b5- 1 commit from branchmasterCompare with previous version
added 2 commits
b00c6254- 1 commit from branchmasterCompare with previous version
added 2 commits
e015d222- 1 commit from branchmasterCompare with previous version
added 5 commits
masterCompare with previous version
added 2 commits
297cc0ab- 1 commit from branchmasterCompare with previous version
added 2 commits
f3690e2a- 1 commit from branchmasterCompare with previous version
added 2 commits
20b528d5- 1 commit from branchmasterCompare with previous version
added 2 commits
44148465- 1 commit from branchmasterCompare with previous version
added 1 commit
e788a9fc- Build(deps): bump @auth0/auth0-spa-js from 1.22.5 to 2.0.0Compare with previous version