Skip to content

jefftriplett/django-wordle-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Django Wordle Auth

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

πŸ”₯ Django Wordle Auth is built for demo websites and should never be used in a production environment. πŸ”₯

Words are hashed to prevent spoilers.

Writing the tests and hasing the words were the most fun aspects of this project.

Install

# If this project were on PyPi
python -m pip install django-wordle-auth

# TODO... Install from the repo...

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",
]

Legal

  • Django Wordle Auth is not associated with the Django Software Foundation or The New York Times Company.
  • Django is a registered trademark of the Django Software Foundation.
  • I suspect Wordle is or is soon to be a registered trademark of The New York Times Company.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages