Skip to content

ReliantNode/django-icon-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-icon-auth

django-icon-auth

Installation

  1. pip install https://github.com/ReliantNode/django-icon-auth/archive/master.zip

Usage

  1. Add 'iconauth' to the INSTALLED_APPS setting
  2. Set 'iconauth.backend.IconAuthBackend' as your authentication backend AUTHENTICATION_BACKENDS = [ 'iconauth.backend.IconAuthBackend' ]
  3. Bind a url to iconauth.views.login_view

Demo

  1. pip install https://github.com/ReliantNode/django-icon-auth/archive/master.zip
  2. git clone https://github.com/ReliantNode/django-icon-auth
  3. cd django-icon-auth/iconauth_demo/
  4. python3 manage.py migrate
  5. python3 manage.py runserver

About

Icon authentication middleware for Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published