Re: how to use oauth2client in django 2.0 for google login new user and exiting user

2019-01-15 Thread Manas Nikam
Create a view to accept the auth token from Google and pass it to your authentication backend (Register the GoogleAuthBackend in settings first) verify the token in the backend and return the user from db if email exists else create a new user and return the token and pass this user object to login

how to use oauth2client in django 2.0 for google login new user and exiting user

2019-01-15 Thread arvind yadav
how to use google oauth2client for new user and exiting user in django help help me any share any link -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-