Releases: okta/okta-jwt-verifier-python
Releases · okta/okta-jwt-verifier-python
v.02.7
What's Changed
- Updates package deps by @bretterer in #57
- OKTA-682238: update setuptools dependency to v65.5.1 by @bryanapellanes-okta in #58
- Replace
python-jose
withpyjwt
by @lewisdoesstuff in #59 - Update version number and use poetry by @bretterer in #63
- Two build systems by @dimbleby in #69
New Contributors
- @bryanapellanes-okta made their first contribution in #58
- @lewisdoesstuff made their first contribution in #59
- @dimbleby made their first contribution in #69
Full Changelog: v0.2.4...v.02.7
Version 0.2.4
What's Changed
- Obvious Fix - Update retry to retry2 due to vulnerability in py (dep of retry) by @drewtech in #47
- Prep for 0.2.4 release by @bretterer in #50
New Contributors
Full Changelog: v0.2.3...v0.2.4
Version 0.2.3
v0.2.3
- Verify claims before signature, issue #34
Version 0.2.2
v0.2.2
- Remove deprecation warning from IDTokenVerifier, add missing fix in v0.2.1
Version 0.2.1
Version 0.2.0
v0.2.0
- Add classes AccessTokenVerifier and IDTokenVerifier
- Add proxy support, issue #19
- Refactor codebase
- Update README