jwt-creator

Utility to quickly and easily create and verify JSON web tokens (JWT)

OTHER License

Stars
12

jwt-creator

Quickly and easily create and verify JWTs.

Installation

$ go install github.com/trstringer/jwt-creator@latest

Create a JWT

$ jwt-creator create \
    --private-key-file myprivatekey.pem \
    --issued-at-now --expires-in-seconds 300 \
    --issuer myissuer

Verify a JWT

$ jwt-creator verify \
    --public-key-file mypublickey.pem \
    --token <jwt>
Package Rankings
Top 7.16% on Proxy.golang.org