wye icon indicating copy to clipboard operation
wye copied to clipboard

Python express authentication using twitter, google, github needs to be fixed with pythonexpress.org token

Open gnurenga opened this issue 6 years ago • 1 comments

Social network login is getting failed, seems there is a problem in oath token generated using pythonexpress.in.

gnurenga avatar Sep 04 '19 09:09 gnurenga

We tried with below changes and we are able to log in using github OAuth 1. Configured GitHub OAuth(refer screenshot)

   2. Added GitHub config in settings/common.py(refer the diff of the file)

django_github_user_oauthdetails

Please find the pull request for the issue https://github.com/pythonindia/wye/pull/456

Hemanth211 avatar Oct 15 '19 11:10 Hemanth211