mbrochh / django-graphql-apollo-react-demo

Code for a workshop about my Django, GraphQL, ReactJS, Apollo-stack
332 stars 78 forks source link

How to perform OAuth? #21

Open paymog opened 5 years ago

paymog commented 5 years ago

Wow, this is an amazing resource for learning how to tie together react, django and graphql. Love it!

Any chance you have ideas on how to add OAuth logins (eg: Github, Google) to this app? I've found https://github.com/flavors/django-graphql-social-auth but I'm having trouble figuring out how to keep the clientSecret secret and not pass it to my react frontend.