See full release details at https://pypi.org/project/flask-pyjwt/0.2.0/
Changelog - **[BREAKING CHANGE]** Updated to Flask ^2.2.2
0.1.9
See full release details at https://pypi.org/project/flask-pyjwt/0.1.9/
Changelog - Fix a deep copy issue in `require_token` decorator that was preventing multiple calls to the same route when using kwargs
0.1.8
See full release details at https://pypi.org/project/flask-pyjwt/0.1.8/
Changelog - Add "override" functionality on ``require_token`` decorator to allow for the optional overriding of claims (for ex. by an admin) - Tests added to test functionality of the extension in a generic flask project environment
0.1.7
See full release details at https://pypi.org/project/flask-pyjwt/0.1.7/
Changelog - Fixed README documentation - Fixed critical bug that attempted to cast secret keys to bytes when using HS256/HS512 signing algorithm
0.1.5
See full release details at https://pypi.org/project/flask-pyjwt/0.1.5/
Changelog - Configuration is now possible from a .env file
0.1.4
See full release details at https://pypi.org/project/flask-pyjwt/0.1.4/
Changelog - Add missing `cryptography` library as dependency for use with RSA-encrypted JWTs