Update dependency jwcrypto to v1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
jwcrypto | major |
==0.9.1 -> ==1.4.2
|
Release Notes
latchset/jwcrypto
v1.4.2
: Version 1.4.2
Another minor release to fix a mistake in the compatibility heuristics which affects actual applications
What's Changed
- Fix typo in new backwards JWT compat heuristics by @jcgruenhage in https://github.com/latchset/jwcrypto/pull/303
New Contributors
- @jcgruenhage made their first contribution in https://github.com/latchset/jwcrypto/pull/303
Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.4.1...v1.4.2
v1.4.1
: Version 1.4.1
This is a minor release focused on improving backwards compatibility with applications after the API breaking changes introduced in 1.4 This patch adds a bunch of heuristics to be able to safely autodetect a token type. It has been tested to solve the compatibility issues (ie old code works without modifications and fully securely) with at least one large application.
What's Changed
- Add more heuristics for backwards JWT compat by @simo5 in https://github.com/latchset/jwcrypto/pull/301
Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.4.0...v1.4.1
v1.4
v1.3.1
: Version 1.3.1
Handle a regression when the JWTMissing Key exception was removed when a key is not found in a JWKSet. This adds a new generic JWKeyNotFound exception now returned by JWS and JWE when a JWKSet is used and JWTMissingKey now subclasses this new exception. This way code can now simply trap JWkeyNotFound, while older code can still use JWTMissingKey. Also fix documentation generation.
What's Changed
- Fix issues uncovered by sphinx nitpicking option by @simo5 in https://github.com/latchset/jwcrypto/pull/289
- Try to disable HW optimizations on ppc64le by @simo5 in https://github.com/latchset/jwcrypto/pull/290
- Introduce a new JWKeyNotFound exception by @simo5 in https://github.com/latchset/jwcrypto/pull/292
Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.3.0...v1.3.1
v1.3
v1.2
v1.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.