django-graphql-auth icon indicating copy to clipboard operation
django-graphql-auth copied to clipboard

Adding oauth2 or social-auth

Open jcf-dev opened this issue 3 years ago • 3 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.

jcf-dev avatar Mar 09 '21 06:03 jcf-dev

Thanks for your message, please use the issue template.

panosangelopoulos avatar Apr 13 '21 18:04 panosangelopoulos

Super interested on this as well.

diogo-guimaraes-repo avatar Sep 21 '21 08:09 diogo-guimaraes-repo

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

t-raver9 avatar Nov 01 '21 07:11 t-raver9