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_APPSsetting:
INSTALLED_APPS = [
...
'email_auth',
...
]
- Add the
AUTHENTICATION_BACKENDSsetting:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_email_auth_backend-1.0.0.tar.gz.
File metadata
- Download URL: django_email_auth_backend-1.0.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc9109bcffdee239d91da997de8bdfbc4e24a870627fe2e9af8caf60ad354174
|
|
| MD5 |
1f8889dce026604a7295fd444adb2839
|
|
| BLAKE2b-256 |
12ac744f20ead24a11ecd32d5993c7e87094f9d4e69d11c7128e1377bf52b62f
|
File details
Details for the file django_email_auth_backend-1.0.0-py3-none-any.whl.
File metadata
- Download URL: django_email_auth_backend-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4027cb9dac642db6e61456277bb4e17a227a245c53b5d40452af059ac84e6d82
|
|
| MD5 |
892ade9a85174d8e12adb770c81128c4
|
|
| BLAKE2b-256 |
401f634b59eb6459e0193e4402685d4f82cc4b38d048a70e89077a2a7627e367
|