Skip to content

almet/django-fakeauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Django FakeAuth

This is a fake authentication backend for django, you can use it like that (in your settings):

FAKEAUTH_TOKEN = 'superkey'

AUTHENTICATION_BACKENDS += ('django_fakeauth.FakeBackend',)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages