Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jwt-windows.sha256 | 2023-06-22 | 65 Bytes | |
jwt-windows.tar.gz | 2023-06-22 | 1.3 MB | |
jwt-macOS.sha256 | 2023-06-22 | 83 Bytes | |
jwt-macOS.tar.gz | 2023-06-22 | 1.3 MB | |
jwt-linux.sha256 | 2023-06-22 | 83 Bytes | |
jwt-linux.tar.gz | 2023-06-22 | 1.4 MB | |
6.0.0 source code.tar.gz | 2023-06-22 | 37.1 kB | |
6.0.0 source code.zip | 2023-06-22 | 46.8 kB | |
README.md | 2023-06-22 | 857 Bytes | |
Totals: 9 Items | 4.0 MB | 0 |
BREAKING
- [BREAKING] Update from clap 3 to clap 4.
This forces the use of
--exp
/-e
to require an=
sign, which was not required before. This means that when you used to be able to write--exp +365d
, you must now write--exp=+365d
. This is only required for this flag.
New features
- Added
--out
argument to save output to a file [#221] - Added support for EdDSA [#238]
- Added
--date
argument to change the display format of the timestamps [#235] - Added
--no-typ
argument to preventtyp
from being added to the header - Add Scoop installation info [#241]
- Add Macports installation info [#231]
Changes
- Dependency updates
- Remove Gofish installation info. See [#228]
- Update from jsonwebtoken 7 to 8
Fixes
- Added better error handling for improper secret and algorithm combinations