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.
Source:stackexchange.com