allauth is a beast! once again, thanks for this tutorial
@reelycoding5 ай бұрын
You're welcome than you for check them out that means a lot!
@ggermade85286 ай бұрын
after watching: definitely nice to see how the allauth templates work and how to custimize them. I wonder about enabling the social auth, but I suppose I just need to read the allauth docs and look at the github to figure out how to do it
@reelycoding6 ай бұрын
It's actually pretty simple, I just have not worked it into my normal development flow and didn't think to add it. check out "Django allauth oauth github". github allauth is the easiest. I'll try to make a video covering this soon.
@ggermade85285 ай бұрын
thanks for responding to every comment =) I'm trying to leave comments in every video to help with engagement. I suspect some comments will be better/more related to the video than others ;)
@tilkeshnyati56715 ай бұрын
@@reelycoding Just a suggestion if you can do For employees "Sign in with Google" and allow only domains of the company for other users they can sign up and sign in normally.
@ggermade85286 ай бұрын
before watching the vid: for the app I'm working on, I'd love to allow users to signup/signin with the gmail or other social media accounts, let´s see what allauth can do
@reelycoding6 ай бұрын
I don't cover allauth for social logins but user registration with email is available out of the box with cookiecutter-django