chore: bump auth0-spa-js to support scopes parameter for connected accounts#930
Closed
guabu wants to merge 2 commits intoauth0:mainfrom
Closed
chore: bump auth0-spa-js to support scopes parameter for connected accounts#930guabu wants to merge 2 commits intoauth0:mainfrom
scopes parameter for connected accounts#930guabu wants to merge 2 commits intoauth0:mainfrom
Conversation
Merged
4 tasks
arpit-jn
approved these changes
Nov 18, 2025
gyaneshgouraw-okta
added a commit
that referenced
this pull request
Nov 18, 2025
…de Auth0 SPA JS to v2.9.0 (#933) ## 📝 Pull Request Description Completes this PR - #930 ### 🔄 Changes - Updated Auth0 SPA JS dependency from version 2.7.0 to 2.9.0. - Refactored the connectAccountWithRedirect API to use a dedicated scopes parameter instead of nesting it within authorization_params. - Updated documentation examples to reflect the new API structure for connecting third-party accounts. ### 🧪 Testing - Verified unit test ### 💥 Impact - Developers will have a cleaner API for specifying scopes when connecting third-party accounts. - The update improves consistency with other Auth0 SDK methods that use a top-level scopes parameter. - No breaking changes expected as this appears to be an API enhancement. ### 📋 Checklist - [ ] Code follows the project's coding standards - [ ] Tests have been added/updated - [ ] Documentation has been updated - [ ] All tests are passing --------- Co-authored-by: guabu <135956181+guabu@users.noreply.github.com> Co-authored-by: Arpit Jain <167312832+arpit-jn@users.noreply.github.com>
Contributor
|
Closing this PR as the linked duplicate PR is merged and released - #933 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps auth0-spa-js version to support
scopesparameter for connected accounts. Blocked by: auth0/auth0-spa-js#1458