Django LemeAuth is a simple Django app to authenticate users using Leme Auth package.
Detailed documentation is in the "docs" directory.
-
Add "lemeauth" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'django_lemeauth', ]
-
Include the lemeauth in your AUTHENTICATION_BACKENDS on settings.py like this:
AUTHENTICATION_BACKENDS = ['django_lemeauth.backends.LemeAuthBackend']
- Start the development server and visit http://127.0.0.1:8000/admin/ to athenticate with LemeAuth.