Django app supporting email-based authentication.
Project description
django-email-auth
A simple Django app to authenticate users via email (or username).
Installation
- Add the package to the project in the usual way according to your project toolset (pip, poetry, pyenv, uv, etc.).
- Add the following to your
INSTALLED_APPS
setting:
INSTALLED_APPS = [
...
'email_auth',
...
]
- Add the
AUTHENTICATION_BACKENDS
setting:
AUTHENTICATION_BACKENDS = [
'django_email_auth.backend.EmailAuthBackend',
]
You can now use either your email OR username to log in.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_email_auth_backend-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc9109bcffdee239d91da997de8bdfbc4e24a870627fe2e9af8caf60ad354174 |
|
MD5 | 1f8889dce026604a7295fd444adb2839 |
|
BLAKE2b-256 | 12ac744f20ead24a11ecd32d5993c7e87094f9d4e69d11c7128e1377bf52b62f |
Close
Hashes for django_email_auth_backend-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4027cb9dac642db6e61456277bb4e17a227a245c53b5d40452af059ac84e6d82 |
|
MD5 | 892ade9a85174d8e12adb770c81128c4 |
|
BLAKE2b-256 | 401f634b59eb6459e0193e4402685d4f82cc4b38d048a70e89077a2a7627e367 |