PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.
https://django-graphql-auth.readthedocs.io/en/latest/
MIT License
329 stars 106 forks source link

Adding oauth2 or social-auth #102

Open jcf-dev opened 3 years ago

jcf-dev commented 3 years ago

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.

panosangelopoulos commented 3 years ago

Thanks for your message, please use the issue template.

diogo-guimaraes-repo commented 3 years ago

Super interested on this as well.

t-raver9 commented 2 years ago

@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.