google oauth2 and django login
thank you, Chris, for answering my questions.
here is one that is not completely related to this section but django in general.
I'm trying to build a ticket submission system but instead of django's user signup/login I'd like to have google OAuth2 and google user's info in django User.
Can you give me some advice on best way of doing this?
Sorry You must be a logged in, registered user to answer a question.
Answers
This is off-topic for this forum. Something better suited for IRC, Twitter or email. There are packages out there that can do this for you.
djangopackages.com is also a good place to start when trying to evaluate which package to use. I haven't dealt with OAuth in a while but I hear that python-social-auth is the way to go.