Commit 7750f57
authored
chore: upgrade @auth0/auth0-spa-js to v2.11.0 (#948)
## What
Upgrade `@auth0/auth0-spa-js` from `^2.9.x` to `^2.11.0`
## Why
This upgrade brings support for organization parameter in token exchange
operations, enabling better multi-tenant authentication scenarios.
## Changes
- Updated `@auth0/auth0-spa-js` dependency to `^2.11.0`
- Updated `exchangeToken` test to verify organization parameter handling
## What's new in spa-js v2.11.0
- Added organization parameter support to token exchange (#1477)
- Allows specifying organization context during token exchange flows
## Testing
- [x] Build passes: `npm run build`
- [x] Tests pass: `npm test`
## References
https://github.com/auth0/auth0-spa-js/releases/tag/v2.11.01 parent f0b9fb0 commit 7750f57
File tree
3 files changed
+7
-5
lines changed- __tests__
3 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
| 906 | + | |
906 | 907 | | |
907 | 908 | | |
908 | 909 | | |
909 | 910 | | |
910 | 911 | | |
911 | 912 | | |
| 913 | + | |
912 | 914 | | |
913 | 915 | | |
914 | 916 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
0 commit comments