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
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-wordle-auth-2022.4.1.tar.gz.
File metadata
- Download URL: django-wordle-auth-2022.4.1.tar.gz
- Upload date:
- Size: 46.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15faad6fa695c960a17ea771d4bd6f9b479e8d9e683a5508672639502a3c3b9a
|
|
| MD5 |
a04b295855ad99bd1ec791d92b880fd7
|
|
| BLAKE2b-256 |
03e1917b904dbec6721ed2b3e3ad0831adfb7d4c349284c9a2699d8769ccf186
|
File details
Details for the file django_wordle_auth-2022.4.1-py3-none-any.whl.
File metadata
- Download URL: django_wordle_auth-2022.4.1-py3-none-any.whl
- Upload date:
- Size: 46.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f662fee261d8a52e1b744920d74aaf15fe378adbff8f4116ff40bbe0bbab4a
|
|
| MD5 |
e7cf634703197552847fc24d0ba83618
|
|
| BLAKE2b-256 |
b9ce4408c3a32b18b64f5d1d80cdbbd672fc062058a702bcb738b9ea3fd4bea4
|