-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Auth0-SPA-JS to latest version #690
Conversation
**Changed** - Update Auth0-SPA-JS to latest version [\#690](#690) ([frederikprijck](https://github.com/frederikprijck))
@@ -96,6 +96,6 @@ | |||
"react-dom": "^16.11.0 || ^17 || ^18" | |||
}, | |||
"dependencies": { | |||
"@auth0/auth0-spa-js": "^2.1.2" | |||
"@auth0/auth0-spa-js": "^2.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frederikprijck This is causing issue for login. As we have set prompt
and login
which reset to none
. It has issue during call of getAccessTokenSilently
which saying error as 'Failed Silent Auth' and Login required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see how that would be caused by that version bump to SPA-JS. All we did was add additional functionality that is opt-in, see https://github.com/auth0/auth0-spa-js/releases/tag/v2.1.3.
If you believe it does, please open an issue demonstrating the behavior caused by the SDK.
**Changed** - Update Auth0-SPA-JS to latest version [\#690](auth0/auth0-react#690) ([frederikprijck](https://github.com/frederikprijck))
Description
Updates SPA-JS to the latest version to add support for workerUrl.
References
https://github.com/auth0/auth0-spa-js/releases/tag/v2.1.3
Checklist