Replies: 1 comment
-
@brianpooe I'm only familiar with Auth0, but the general concept would be the same. You would ideally configure a hook in your auth provider to upsert a user mutation when then user signs in. That approach is described here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add roles to the jwt token for firebase sign in with google or facebook?
For instance i have my hasura roles to access specific queries and mutations but only signup with password works cause an endpoint is created on the hasura actions but sign up with social platforms happens on the frontend.
Beta Was this translation helpful? Give feedback.
All reactions