This project follows semantic versioning.
Possible log types:
[added]
for new features.[changed]
for changes in existing functionality.[deprecated]
for once-stable features removed in upcoming releases.[removed]
for deprecated features removed in this release.[fixed]
for any bug fixes.[security]
to invite users to upgrade in case of vulnerabilities.
[fixed]
Dependencies insetup.py
.
[fixed]
Updated dependency of EasyJWT.
[added]
Methodget_validity()
to return the validity of a token.
- Initial release of Flask-EasyJWT
[added]
Support defining the token key in the Flask application configuration (EASYJWT_KEY
).[added]
Support defining the token validity in the Flask application configuration (EASYJWT_TOKEN_VALIDITY
).