==============
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.
Release files for django-simple-api-key 0.1.1
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-simple-api-key-0.1.1.tar.gz | 3.1 kB | Details |
Release files / django-simple-api-key-0.1.1.tar.gz
| Download URL | django-simple-api-key-0.1.1.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
40f6d5e4fe62ada1347f0e3f16efe90e936a408515e64e59264e25db5e0c78e1
|
|
BLAKE2b-256 checksum How to use checksums |
f117f6f3e856ef38d358f024b3b6bd5b37d9031dd4ab796256dd3675104b8d85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |