Answer the question
In order to leave comments, you need to log in
How to replace regular registration in Django with authentication / authorization using social networks?
Hello,
I am developing a Django project that will act as a backend for mobile applications. To make the registration process on mobile devices as easy as possible, we decided to use authentication/authorization services from such social networks as google+, twitter and facebook. The user himself will have a certain set of data, so it is necessary that in the future he / she can re-login under the same account to the application.
I ran into the following problem: what to store on the server as a username and how to further authorize into an existing account? Does anyone have a solution to this problem or an example/blog post that describes this approach?
Thank you very much for your attention
Answer the question
In order to leave comments, you need to log in
https://github.com/omab/python-social-auth - doesn't solve your problem?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question