Skip to content

Commit be177f1

Browse files
Release v2.22.0 (#1640)
**Added** - feat: enforce IPSIE session_expiry ceiling on local session lifetime [\#1634](#1634) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
1 parent bbfa9f3 commit be177f1

133 files changed

Lines changed: 372 additions & 363 deletions

File tree

Some content is hidden

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

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.21.2
1+
v2.22.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v2.22.0](https://github.com/auth0/auth0-spa-js/tree/v2.22.0) (2026-06-29)
4+
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.21.2...v2.22.0)
5+
6+
**Added**
7+
- feat: enforce IPSIE session_expiry ceiling on local session lifetime [\#1634](https://github.com/auth0/auth0-spa-js/pull/1634) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
8+
39
## [v2.21.2](https://github.com/auth0/auth0-spa-js/tree/v2.21.2) (2026-06-18)
410
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.21.1...v2.21.2)
511

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you want to use a CDN bundle together with import maps, you will need to use
124124
<script type="importmap">
125125
{
126126
"imports": {
127-
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.21.2/dist/auth0-spa-js.production.esm.js"
127+
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.22.0/dist/auth0-spa-js.production.esm.js"
128128
}
129129
}
130130
</script>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install @auth0/auth0-spa-js
3030
From the CDN:
3131

3232
```html
33-
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.21/auth0-spa-js.production.js"></script>
33+
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.22/auth0-spa-js.production.js"></script>
3434
```
3535

3636
### Configure Auth0

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/Auth0Client.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

docs/classes/AuthenticationError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/CacheKey.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/classes/ConnectError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/Fetcher.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)