Django: implement HTTP bearer authentication

Django: implement HTTP bearer authentication

Articles
Shows how to implement simple single token HTTP Bearer authentication in Django views with secure compare, unit tests, and a reusable decorator.