[Answer]-Django how to make a proper authentication using google and facebook?

1👍

You should probably look into python-social-auth.

It’s a great framework to start with, and you’ll probably find it’s documentation quite useful.

There’s also an example in the repository.

However, if you’d like something that supports local registration, besides the Facebook / Google auth, then maybe django-allauth might be a better fit.

Leave a comment