Skip to main content

Django app supporting email-based authentication.

Project description

django-email-auth

A simple Django app to authenticate users via email (or username).

Installation

  1. Add the package to the project in the usual way according to your project toolset (pip, poetry, pyenv, uv, etc.).
  2. Add the following to your INSTALLED_APPS setting:
INSTALLED_APPS = [
    ...
    'email_auth',
    ...
]
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_email_auth_backend-1.0.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

django_email_auth_backend-1.0.0-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

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

Hashes for django_email_auth_backend-1.0.0.tar.gz
Algorithm Hash digest
SHA256 dc9109bcffdee239d91da997de8bdfbc4e24a870627fe2e9af8caf60ad354174
MD5 1f8889dce026604a7295fd444adb2839
BLAKE2b-256 12ac744f20ead24a11ecd32d5993c7e87094f9d4e69d11c7128e1377bf52b62f

See more details on using hashes here.

File details

Details for the file django_email_auth_backend-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_email_auth_backend-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4027cb9dac642db6e61456277bb4e17a227a245c53b5d40452af059ac84e6d82
MD5 892ade9a85174d8e12adb770c81128c4
BLAKE2b-256 401f634b59eb6459e0193e4402685d4f82cc4b38d048a70e89077a2a7627e367

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page