Skip to main content

Django Wordle Auth backend that uses today's Wordle word of the day as your password.

Project description

Django Wordle Auth

Django Wordle Auth backend that uses today's Wordle word of the day as your password.

:fire: Django Wordle Auth is built for demo websites and should never be used in a production environment. :fire:

Install

python -m pip install django-wordle-auth

Then add django_wordle_auth.backends.DjangoWordleAuthBackend to your settings.AUTHENTICATION_BACKENDS like:

AUTHENTICATION_BACKENDS = [
    "django.contrib.auth.backends.ModelBackend",
    "django_wordle_auth.backends.DjangoWordleAuthBackend",
]

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-wordle-auth-2022.4.1.tar.gz (46.8 kB view hashes)

Uploaded Source

Built Distribution

django_wordle_auth-2022.4.1-py3-none-any.whl (46.1 kB view hashes)

Uploaded Python 3

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