-
-
Notifications
You must be signed in to change notification settings - Fork 762
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
approach to link existing local accounts with oauth2 #661
Comments
I found this in the default verifier: verifier.js
It looks like it do this what i want, but the problem are the cookies. Frontend:
Proxy section of my server.js
Backend:
Have any one a solution for that? Or how u handle your cookies with a separate backend? |
Section 4 in https://blog.feathersjs.com/how-to-setup-oauth-flow-with-featherjs-522bdecb10a8 might help. If everything is setup correctly this should work, I guess you might have mixed front/back URLs in your OAuth2 provider and app configs. |
@claustres |
With cookies enabled and the existing JWT set as |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Have any one an approach or tips, how to link local accounts with oauth2?
The text was updated successfully, but these errors were encountered: