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 details)
File details
Details for the file django-fakeauth-0.2.tar.gz.
File metadata
- Download URL: django-fakeauth-0.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e576827304fd524aaa085ffcee1ee0fc41cee0ed88fc8da65828ee7fa66d1535
|
|
| MD5 |
e6557d4c8babd1489837292c271ccd1c
|
|
| BLAKE2b-256 |
8517fe137f11928532981c2db25caeaf30bb1d08c9b5ca65ff1de8820e9b215f
|