Django App for machine to machine authentication using JWT and RSA key pairs
Great work, Mr Weber. I found an issue though, the code isn't currently compatible with the recent change to middleware in Django 1.10. I'm sorry, I don't have time today to submit a pull request but to fix it, 1) add `from django.utils.deprecation import MiddlewareMixin` to the top of the middleware.py file and 2) change `class JWTAuthMiddleware(object):` to `class JWTAuthMiddleware(MiddlewareMixin):`. That's it. It should be backward compatible but I haven't had chance to test it.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by joncombe and has received 0 comments.