-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add support for connected accounts #291
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
base: main
Are you sure you want to change the base?
Conversation
a6a9a8a to
9947c1d
Compare
ed34983 to
1ef54db
Compare
2985181 to
67dd658
Compare
|
| - **Allowed Logout URLs**: `http://localhost:5173` | ||
| - **Allowed Web Origins**: `http://localhost:5173` | ||
| - Make sure to Allow Refresh Token in Grant Types under Advanced Settings but you can disable "Allow Refresh Token Rotation" | ||
| - Enable "Allow Refresh Token Rotation" |
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.
what's interesting here is that i've tested my SPA to work when it does have this setting (Allow Refresh Token Rotation) enabled, however on the Next.js chatbot example (and in that README here), we have it disabled. It's an interesting diff we should look into.
Co-authored-by: Patrick Riley <patrickmriley@proton.me>
2f5535f to
0affff2
Compare
Changes look ready here and happy to approve after auth0 next.js + auth0 spa SDKs have been updated to target versions. |
No description provided.