Skip to content
Merged
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.5.0
v2.6.0
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v2.6.0](https://github.com/auth0/auth0-spa-js/tree/v2.6.0) (2025-10-10)
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.5.0...v2.6.0)

**Added**
- Add support for connected accounts [\#1422](https://github.com/auth0/auth0-spa-js/pull/1422) ([adamjmcgrath](https://github.com/adamjmcgrath))

**Fixed**
- Fetcher should set DPoP nonce with nonce id [\#1431](https://github.com/auth0/auth0-spa-js/pull/1431) ([adamjmcgrath](https://github.com/adamjmcgrath))
- fix: do not mark setAuthorizationHeader as async [\#1428](https://github.com/auth0/auth0-spa-js/pull/1428) ([frederikprijck](https://github.com/frederikprijck))

## [v2.5.0](https://github.com/auth0/auth0-spa-js/tree/v2.5.0) (2025-10-01)
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.4.1...v2.5.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.5.0/dist/auth0-spa-js.production.esm.js"
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.6.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 @@ -29,7 +29,7 @@ npm install @auth0/auth0-spa-js
From the CDN:

```html
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.5/auth0-spa-js.production.js"></script>
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.6/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.

43 changes: 25 additions & 18 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.

10 changes: 10 additions & 0 deletions docs/classes/ConnectError.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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/classes/MyAccountApiError.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/enums/ResponseType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/createAuth0Client.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/hierarchy.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/interfaces/Auth0ClientOptions.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/interfaces/AuthorizationParams.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/DecodedToken.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/interfaces/GetTokenSilentlyOptions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/GetTokenWithPopupOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ICache.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/IdToken.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/interfaces/LogoutOptions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/LogoutUrlOptions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/PopupConfigOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/PopupLoginOptions.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/interfaces/RedirectConnectAccountOptions.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/interfaces/RedirectLoginOptions.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions docs/interfaces/RedirectLoginResult.html

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/CacheEntry.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/CacheKeyData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/CacheLocation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Cacheable.html

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/types/ConnectAccountRedirectResult.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/FetcherConfig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/GetTokenSilentlyVerboseResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/KeyManifestEntry.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/MaybePromise.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/TokenEndpointResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/WrappedCacheEntry.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@auth0/auth0-spa-js",
"description": "Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE",
"license": "MIT",
"version": "2.5.0",
"version": "2.6.0",
"main": "dist/lib/auth0-spa-js.cjs.js",
"types": "dist/typings/index.d.ts",
"module": "dist/auth0-spa-js.production.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.5.0';
export default '2.6.0';
Loading