Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jwt-windows.sha256 | 2024-05-27 | 65 Bytes | |
jwt-windows.tar.gz | 2024-05-27 | 1.3 MB | |
jwt-linux.sha256 | 2024-05-27 | 83 Bytes | |
jwt-linux.tar.gz | 2024-05-27 | 1.5 MB | |
jwt-macOS.sha256 | 2024-05-27 | 83 Bytes | |
jwt-macOS.tar.gz | 2024-05-27 | 1.4 MB | |
6.1.0 source code.tar.gz | 2024-05-27 | 40.5 kB | |
6.1.0 source code.zip | 2024-05-27 | 51.3 kB | |
README.md | 2024-05-27 | 380 Bytes | |
Totals: 9 Items | 4.3 MB | 0 |
New features
- Add JWKS support for all supported algorithms [#311]
- Add shell completion [#325]
- Add
--keep-payload-order
option to keep the payload order the same [#301] - Add support for inline JWKS secrets for JWT decoding [#299]
Changes
- Update
jsonwebtoken
to version 9 [#311]
Fixes
- Fix inline JWKS secrets for ES256/384 algorithms [#310]