- Fix a bug with `auth_request_handler` - Deprecate `auth_request_handler`
0.3.0
-------------
Released October 15th 2015
.. note:: This release includes many breaking changes
- Fix major implementation issue with encoding/decoding tokens - Changed new configuration options to align with PyJWT - Changed `current_user` to `current_identity`
0.2.0
-------------
Released June 10th 2014
- Fixed an issue where `current_user` was not None - Added a response handler hook to be able to adjust auth response(s) - Removed the configurable handlers in favor of decorators - Removed pyjwt dependency