Skip to main content

Key based authentication for Django

Project description

Basic Usage

@key_required()
def view(request):
    key = request.key
    ...

Features

  • Authentication per view.

  • Authentication middleware.

  • Authentication backend.

  • Django’s Permissions and Groups integrated.

  • Per key black and white-lists based on client’s IP address.

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-key-auth-1.2.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

django_key_auth-1.2.1-py2-none-any.whl (9.8 kB view hashes)

Uploaded Python 2

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