Reputation: 371
I'm finding way that auth with django or facebook.
Django social auth is for facebook auth. But I need Email Auth, to.
(In my site, User can select auth with email or auth with facebook )
Is it possible? if it is possible, how can I make it?
Is there any sample code?
Upvotes: 1
Views: 341
Reputation: 4530
Check this: Log in with email address in Django
Also this: Django email auth
Upvotes: 2