django-rest-framework/docs
Miro Hrončok ffdac0d936 TokenAuthentication: Allow custom keyword in the header (#4097)
This allows subclassing TokenAuthentication and setting custom keyword,
thus allowing the Authorization header to be for example:

    Bearer 956e252a-513c-48c5-92dd-bfddc364e812

It doesn't change the behavior of TokenAuthentication itself,
it simply allows to reuse the logic of TokenAuthentication without
the need of copy pasting the class and changing one hardcoded string.

Related: #4080
2016-05-04 10:53:34 +01:00
..
api-guide TokenAuthentication: Allow custom keyword in the header (#4097) 2016-05-04 10:53:34 +01:00
img Mention DRF Docs - Live API Endpoints 2016-01-23 23:08:19 +00:00
topics Merge pull request #4044 from linovia/merge/3.3.x_to_master 2016-04-21 11:31:15 +02:00
tutorial updated tutorial for django 1.9 2016-03-07 20:59:58 +01:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Merge pull request #3821 from zwernberg/master 2016-01-11 16:25:11 +00:00