You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
thecodecafe
changed the title
Keep User From Persisting
Keep Social Media Account From Persisting Per Authorize Request
Jun 24, 2018
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.
The text was updated successfully, but these errors were encountered: