django-simple-api-key

A simple Django app to provide users api keys.


License
MIT
Install
pip install django-simple-api-key==0.1.1

Documentation

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.

Documentation

Available at http://django-simple-api-key.readthedocs.org/