Django authentication using Email address
Introduction
As we all know, for Django's default user model, the user identifier is the username, which makes the username field required for login and registering. Sometimes, logging in with Email could be a better approach, as it adds some secur...
hassanelabdallah.hashnode.dev9 min read