Skip to content

Commit 5ec0592

Browse files
authored
Release v2.24.0 (#1695)
**Added** - feat: Add granular passkey APIs (getSignupChallenge, getLoginChallenge, getTokenWithPasskey) [\#1678](#1678) ([pmathew92](https://github.com/pmathew92))
1 parent 1a4dcaf commit 5ec0592

144 files changed

Lines changed: 442 additions & 380 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.23.0
1+
v2.24.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.24.0](https://github.com/auth0/auth0-spa-js/tree/v2.24.0) (2026-07-21)
4+
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.23.0...v2.24.0)
5+
6+
**Added**
7+
- feat: Add granular passkey APIs (getSignupChallenge, getLoginChallenge, getTokenWithPasskey) [\#1678](https://github.com/auth0/auth0-spa-js/pull/1678) ([pmathew92](https://github.com/pmathew92))
8+
39
## [v2.23.0](https://github.com/auth0/auth0-spa-js/tree/v2.23.0) (2026-07-03)
410
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.22.0...v2.23.0)
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.23.0/dist/auth0-spa-js.production.esm.js"
127+
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.24.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.23/auth0-spa-js.production.js"></script>
33+
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.24/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: 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.

0 commit comments

Comments
 (0)