Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.22.0
v2.23.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v2.23.0](https://github.com/auth0/auth0-spa-js/tree/v2.23.0) (2026-07-03)
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.22.0...v2.23.0)

**Added**
- feat: add support for online access (Online Refresh Tokens) [\#1624](https://github.com/auth0/auth0-spa-js/pull/1624) ([subhankarmaiti](https://github.com/subhankarmaiti))

## [v2.22.0](https://github.com/auth0/auth0-spa-js/tree/v2.22.0) (2026-06-29)
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.21.2...v2.22.0)

Expand Down
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ If you want to use a CDN bundle together with import maps, you will need to use
<script type="importmap">
{
"imports": {
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.22.0/dist/auth0-spa-js.production.esm.js"
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.23.0/dist/auth0-spa-js.production.esm.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install @auth0/auth0-spa-js
From the CDN:

```html
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.22/auth0-spa-js.production.js"></script>
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.23/auth0-spa-js.production.js"></script>
```

### Configure Auth0
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

59 changes: 34 additions & 25 deletions docs/classes/Auth0Client.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/AuthenticationError.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/classes/CacheKey.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/ConnectError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/Fetcher.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/GenericError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/InMemoryCache.html

Large diffs are not rendered by default.

Loading
Loading