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]
Compatibility with updated dependencies.- Lock dependencies.
[fixed]
Fix typing of theverify()
method for correct type checks in subclasses.- Improve API documentation.
- Initial release of EasyJWT
[added]
Support optional claims.[added]
Support all registered JWT claims:aud
,exp
,iat
,iss
,jti
,nbf
, andsub
.[added]
Allow disabling strict verification of tokens to support arbitrary token issuers.