Skip to content

Commit

Permalink
Release v9.12.1 (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Dec 17, 2019
1 parent e58310e commit 857ce6d
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v9.12.1](https://github.com/auth0/auth0.js/tree/v9.12.1) (2019-12-17)

[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.12.0...v9.12.1)

**Fixed**

- Set the default token validation leeway to 60 sec [\#1062](https://github.com/auth0/auth0.js/pull/1062) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v9.12.0](https://github.com/auth0/auth0.js/tree/v9.12.0) (2019-12-11)

[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.11.3...v9.12.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ From CDN:

```html
<!-- Latest patch release -->
<script src="https://cdn.auth0.com/js/auth0/9.12.0/auth0.min.js"></script>
<script src="https://cdn.auth0.com/js/auth0/9.12.1/auth0.min.js"></script>
```

From [npm](https://npmjs.org):
Expand Down
2 changes: 1 addition & 1 deletion docs/Authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/Management.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/WebAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/authentication_db-connection.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ <h1 class="page-title">authentication/db-connection.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/authentication_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ <h1 class="page-title">authentication/index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -7490,7 +7490,7 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
12 changes: 10 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h2>Install</h2>
<pre
class="prettyprint source lang-html"
><code>&lt;!-- Latest patch release -->
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.12.0/auth0.min.js&quot;>&lt;/script>
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.12.1/auth0.min.js&quot;>&lt;/script>
</code></pre>
<p>From <a href="https://npmjs.org">npm</a>:</p>
<pre class="prettyprint source lang-sh"><code>npm install auth0-js
Expand Down Expand Up @@ -381,6 +381,14 @@ <h3>Initialize</h3>
Indicates if deprecation warnings should be output to the browser
console, defaults to <code>false</code>.
</li>
<li>
<strong>maxAge {OPTIONAL, number}</strong>: Used during token
validation. Specifies the maximum elapsed time in seconds since
the last time the user was actively authenticated by the
authorization server. If the elapsed time is greater than this
value, the token is considered invalid and the user must be
re-authenticated.
</li>
</ul>
<h3>API</h3>
<ul>
Expand Down Expand Up @@ -708,7 +716,7 @@ <h2>License</h2>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/management_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h1 class="page-title">management/index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_cross-origin-authentication.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h1 class="page-title">web-auth/cross-origin-authentication.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_hosted-pages.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ <h1 class="page-title">web-auth/hosted-pages.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/web-auth_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ <h1 class="page-title">web-auth/index.js</h1>
issuer: this.baseOptions.token_issuer,
jwksURI: this.baseOptions.jwksURI,
audience: this.baseOptions.clientID,
leeway: this.baseOptions.leeway || 0,
leeway: this.baseOptions.leeway || 60,
maxAge: this.baseOptions.maxAge,
__clock: this.baseOptions.__clock || defaultClock
});
Expand Down Expand Up @@ -1196,7 +1196,7 @@ <h1 class="page-title">web-auth/index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_popup.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ <h1 class="page-title">web-auth/popup.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_redirect.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h1 class="page-title">web-auth/redirect.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Wed Dec 11 2019 10:33:27 GMT+0000 (Greenwich Mean Time) using the Minami
Tue Dec 17 2019 21:01:58 GMT+0000 (Greenwich Mean Time) using the Minami
theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-js",
"version": "9.12.0",
"version": "9.12.1",
"description": "Auth0 headless browser sdk",
"author": "Auth0",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { raw: '9.12.0' };
module.exports = { raw: '9.12.1' };

0 comments on commit 857ce6d

Please sign in to comment.