PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.

Home Page:https://django-graphql-auth.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding oauth2 or social-auth

jcf-dev opened this issue · comments

Not particularly an issue but a problem that I can't find on Google. I'm trying to find ways or guides on how to add an Oauth2 or social-login functionalities altogether with graphql. This package is the closest thing to solving my problem.

Given that you have an app that is purely oauth2 (no password, only email, and some basic info from the social provider) and access will be provided by a generated JWT token.

How can we achieve this by using this package?

I've found another package called 'django-graphql-social-auth' by I'm hesitant on using this since it hasn't been updated for 2 years.

Thanks for your message, please use the issue template.

Super interested on this as well.

@joweenflores did you have any luck with this? I've run into the same problem - struggling to find a way to get social providers into my app.