Skip to main content

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


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)

Uploaded Source

File details

Details for the file django-fakeauth-0.2.tar.gz.

File metadata

File hashes

Hashes for django-fakeauth-0.2.tar.gz
Algorithm Hash digest
SHA256 e576827304fd524aaa085ffcee1ee0fc41cee0ed88fc8da65828ee7fa66d1535
MD5 e6557d4c8babd1489837292c271ccd1c
BLAKE2b-256 8517fe137f11928532981c2db25caeaf30bb1d08c9b5ca65ff1de8820e9b215f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page