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

change default header name of api key, change api key model #19

Open radzhome opened 6 years ago

radzhome commented 6 years ago

Is there a way to do this instead of using the default? Would be nice to be able to overwrite this in settings.py

Also I want to use an existing api key model, would be cool to add that too.