manosim / django-rest-framework-api-key

An extra layer of authentication for Web APIs made with Django REST Framework
BSD 2-Clause "Simplified" License
92 stars 30 forks source link

Adding a middleware that ensures api key authentication. #8

Open umgelurgel opened 7 years ago

umgelurgel commented 7 years ago

@manosim why does this module need to be tested against django master branch? Is that expected t o be stable? That's the only test that's currently failing.

Also, I'd like to give credit to @emakarov for his work on the latest set of features that have been added to the PR.