Django & Oauth through Database
-
I need to create a Django Webapp which needs to be authenticated with the users email id available in one of the database which i will create. The user email id may or may not be gmail or other emails such as yahoo.com. That email users only need to fill the form after authenticating. Is is possible to do so?
-
@Lakshmana I don't understand the details here.