Skip to content

Commit 4e3c65a

Browse files
Release v2.20.0 (#1610)
**Added** - feat: CTE delegation and impersonation support [\#1608](#1608) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
1 parent ec960f1 commit 4e3c65a

86 files changed

Lines changed: 300 additions & 276 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.19.3
1+
v2.20.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.20.0](https://github.com/auth0/auth0-spa-js/tree/v2.20.0) (2026-05-22)
4+
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.19.3...v2.20.0)
5+
6+
**Added**
7+
- feat: CTE delegation and impersonation support [\#1608](https://github.com/auth0/auth0-spa-js/pull/1608) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
8+
39
## [v2.19.3](https://github.com/auth0/auth0-spa-js/tree/v2.19.3) (2026-05-15)
410
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.19.2...v2.19.3)
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.19.3/dist/auth0-spa-js.production.esm.js"
127+
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.20.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.19/auth0-spa-js.production.js"></script>
33+
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.20/auth0-spa-js.production.js"></script>
3434
```
3535

3636
### Configure Auth0

docs/assets/navigation.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/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: 39 additions & 44 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.

0 commit comments

Comments
 (0)