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
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
I have a SPA application in Vue and using Flask backend with Flask-Security-Too. The auth with username & password works correctly, but I'd like to add Google handling to app (later Facebook too).
I imagine something like:
On my Vue frontend the user clicks on "Login with Google"
The frontend passes the userdata (e-mail, name, avatar, id etc...) for backend,
I save the recievied data on backend, and return session data for frontend (I'm not sure about this)
What's the best and safest way to implement this with Flask-Security-Too?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I have a SPA application in Vue and using Flask backend with Flask-Security-Too. The auth with username & password works correctly, but I'd like to add Google handling to app (later Facebook too).
I imagine something like:
What's the best and safest way to implement this with Flask-Security-Too?
Thanks in advance!
The text was updated successfully, but these errors were encountered: