kumar303 / hawkrest

Hawk HTTP Authorization for Django Rest Framework
BSD 3-Clause "New" or "Revised" License
19 stars 8 forks source link

Django 1.11 middleware compatibility fix #42

Closed okayjeff closed 6 years ago

okayjeff commented 6 years ago

Short-term patch for #38.

Enables compatibility with old/new style middleware. Allows use of MIDDLEWARE or MIDDLEWARE_CLASSES in Django settings. Includes appropriate update to the documentation.

okayjeff commented 6 years ago

Thanks @edmorley!

edmorley commented 6 years ago

@kumar303 presuming you're ok with this, would you mind merging? :-)

kumar303 commented 6 years ago

Thanks for reviewing, @edmorley !