JD Yang
JD Yang

Reputation: 371

django social auth and email auth

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

Answers (1)

Seperman
Seperman

Reputation: 4530

Check this: Log in with email address in Django

Also this: Django email auth

Upvotes: 2

Related Questions