Skip to content

lememilitar/django-lemeauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===== Django LemeAuth

Django LemeAuth is a simple Django app to authenticate users using Leme Auth package.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "lemeauth" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'django_lemeauth', ]

  2. Include the lemeauth in your AUTHENTICATION_BACKENDS on settings.py like this:

AUTHENTICATION_BACKENDS = ['django_lemeauth.backends.LemeAuthBackend']

  1. Start the development server and visit http://127.0.0.1:8000/admin/ to athenticate with LemeAuth.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages