Search code examples
pythonreactjsdjangogithubdjango-react

How can I let users authenticate into my django-react website with github?


I can't find ANYTHING on google or stackoverfliow about this. I'm using django and react and I want one of those "Log in with Github" buttons on my login page. I doubt anyone has time to write the whole process but maybe a link to a good source? Thanks!


Solution

  • Here is a simple example that demonstrates various social Authentication [starts with Github integration]. I will also attach official python Social-Auth documentation.

    Integrating various Social Auth - including Github auth

    Python Django Social-Auth Documentation