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.
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
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
File details
Details for the file django-simple-api-key-0.1.1.tar.gz.
File metadata
- Download URL: django-simple-api-key-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40f6d5e4fe62ada1347f0e3f16efe90e936a408515e64e59264e25db5e0c78e1
|
|
| MD5 |
d07ab9402dec9cef0ef1f6572562d2b7
|
|
| BLAKE2b-256 |
f117f6f3e856ef38d358f024b3b6bd5b37d9031dd4ab796256dd3675104b8d85
|