Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: lmammino/jwtinfo

v0.6.1

22 Oct 13:54
v0.6.1
aec91a9

Choose a tag to compare

Install jwtinfo 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lmammino/jwtinfo/releases/download/v0.6.1/jwtinfo-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/lmammino/jwtinfo/releases/download/v0.6.1/jwtinfo-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install lmammino/tap/jwtinfo

Install prebuilt binaries into your npm project

npm install [email protected]

Download jwtinfo 0.6.1

File Platform Checksum
jwtinfo-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
jwtinfo-x86_64-apple-darwin.tar.xz Intel macOS checksum
jwtinfo-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
jwtinfo-x86_64-pc-windows-msvc.zip x64 Windows checksum
jwtinfo-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
jwtinfo-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
jwtinfo-armv7-unknown-linux-gnueabihf.tar.xz ARMv7 Linux checksum
jwtinfo-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.6.0

22 Oct 10:23
72507e4

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Oct 09:29
d14483c

Choose a tag to compare

What's Changed

  • Add --full flag to display both header and claims by @lmammino in #40

Full Changelog: v0.4.4...v0.5.0

v0.4.4

27 Aug 10:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

07 Nov 21:46

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

26 Oct 14:31

Choose a tag to compare

  • Reverted to clap builder pattern to avoid typeid issues (Fixes #32)
  • Renamed master branch to main
  • Updated GitHub Actions

Full Changelog: v0.4.1...v0.4.2

v0.4.1

26 Oct 07:51

Choose a tag to compare

  • Updated clap to 4.4.7 (hopefully resolves #32)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Jul 15:31
0cb603c

Choose a tag to compare

What's Changed

  • Updates clap and base64, removes lazy_static by @lmammino in #31

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Oct 20:18

Choose a tag to compare

v0.2.3

07 Oct 18:29

Choose a tag to compare

  • Added keywords in cargo.toml for greater discoverability on crates.io