-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add social login #8
Comments
A super fast way of doing this is integrating django-allauth, but one thing I want to continue doing is using function based views (see Django Views - The right Way). Plus I think it will be fun to try to implement it myself. |
I'll start by adding support for login with Google, since it's the more common one. |
Actually, I changed my mind. I'm going ahead with |
Apparently I'm using Sign in with Google for Google. Since this is a SaaS-oriented boilerplate, the more common social auth would be Google, GitHub and maybe Twitter. For now, only Google will be supported, and if in the future we decide to add GitHub and Twitter, the necessary work to do it will be larger than if we just stick with |
No description provided.
The text was updated successfully, but these errors were encountered: