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

Testing with Django Rest Framework #14

Closed brickandmortr closed 6 years ago

brickandmortr commented 6 years ago

Has anyone been able to write tests for Django Rest Framework methods that use this library as a permission class? I can't get any of the test requests to authenticate properly.