Here you can see the full list of changes between each Flask-JWT release.
Released on March 27th 2017
- Add role check by Aurélien Lajoie #4
Released on March 24th 2017
- Remove logging of errors by Jean-Philippe Morin #2
Released on August 8th 2016
Note
Forked by Webstack
- One One PR to rule them all pallets-eco#95
Released on November 3rd 2015
- Fixed an Authorization header conditional bug
Released on October 26th 2015
- Fix a bug with auth_request_handler
- Deprecate auth_request_handler
Released on 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
Released on 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
Released on March 5th 2014
- Initial release