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

Keep Social Media Account From Persisting Per Authorize Request #215

Open
thecodecafe opened this issue Jun 24, 2018 · 0 comments
Open

Keep Social Media Account From Persisting Per Authorize Request #215

thecodecafe opened this issue Jun 24, 2018 · 0 comments

Comments

@thecodecafe
Copy link

Hi there, shinny package you have built here, was using it an notice a few bottle necks for my use case, so I already have email and password login on my app and when a user enters both I generate a JSON web token for them, now I want to use this package just to get their personal info and then hit my endpoint with their basic info (names, email, profile picture and social media ID) so that I can generate a JSON web token for them, the issue I'm facing now is, after the user logs in with facebook or google (the two I'm supporting on my app) these accounts persist every time the user try's to login via social media, is there a way to keep it from doing that? Have tried to deauthorize but that didn't work either.

@thecodecafe thecodecafe changed the title Keep User From Persisting Keep Social Media Account From Persisting Per Authorize Request Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant