Skip to main content

A simple Django app to provide users api keys.

Project description

==============
Simple Api Key
==============

Simple Api Key is a simple Django app to provide users api keys. A decorator is provided for requiring
the api_key and api_username in an HTTP Request. This should only be used with secure connections, for
example when using SSL.

Quick start
-----------

1. Add "simple_api_key" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'simple_api_key',
)
2. This app uses south to manage database migrations.
Run `python manage.py migrate` to create the simple_api_key models.

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-simple-api-key-0.1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

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