deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

Protect content manipulation with API keys #28

Closed smashwilson closed 9 years ago

smashwilson commented 9 years ago

Protect requests that manipulate content by requiring an API key.

The foundation for deconst/deconst-docs#15.

smashwilson commented 9 years ago

API keys: implemented.

Note that this will break everything until I can make the preparers set Authorization properly.