A fake authentication backend for django
Project description
This is a fake authentication backend for django, you can use it like that (in your settings):
FAKEAUTH_TOKEN = 'superkey' AUTHENTICATION_BACKENDS = ('django_fakeauth.FakeAuthBackend',) + AUTHENTICATION_BACKENDS MIDDLEWARE_CLASSES.append('access.middleware.ACLMiddleware') FAKEAUTH_TOKEN = os.environ.get('FAKEAUTH_TOKEN')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-fakeauth-0.2.tar.gz
(1.8 kB
view hashes)