summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyjwt_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyjwt: Upgrade 2.0.1 -> 2.1.0Leon Anavi2021-05-191-15/+0
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.1.0: - Allow claims validation without making JWT signature validation mandatory - Remove padding from JWK test data - Make kty mandatory in JWK to be compliant with RFC7517 - Allow JWK without alg to be compliant with RFC7517 - Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorithm - Add caching by default to PyJWKClient - Add missing exceptions.InvalidKeyError to jwt module __init__ imports - Add support for ES256K algorithm - Add from_jwk() to Ed25519Algorithm - Add to_jwk() to Ed25519Algorithm - Export PyJWK and PyJWKSet Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyjwt: Upgrade 2.0.0 -> 2.0.1Leon Anavi2021-01-271-0/+15
Upgrade to release 2.0.1: - Rename CHANGELOG.md to CHANGELOG.rst and include in docs - Fix from_jwk() for all algorithms Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>