Skip to content
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

Merged
merged 1 commit into from
Dec 11, 2023
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
8 changes: 4 additions & 4 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 @@ -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"

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

Copy link
Member Author

@frederikprijck frederikprijck Feb 29, 2024

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.

}
}