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')
Release files for django-fakeauth 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-fakeauth-0.2.tar.gz | 1.8 kB | Details |
Release files / django-fakeauth-0.2.tar.gz
| Download URL | django-fakeauth-0.2.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e576827304fd524aaa085ffcee1ee0fc41cee0ed88fc8da65828ee7fa66d1535
|
|
BLAKE2b-256 checksum How to use checksums |
8517fe137f11928532981c2db25caeaf30bb1d08c9b5ca65ff1de8820e9b215f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |