jwt

A command line tool to work with JSON Web Tokens…

jwt

A command line tool to work with JSON Web Tokens (JWTs). Encryption algorithms available are HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384. More information: https://github.com/mike-engel/jwt-cli.

jwt decode {{jwt_string}}

jwt decode -j {{jwt_string}}

jwt encode --alg {{HS256}} --secret {{1234567890}} '{{json_string}}'

jwt encode --alg {{HS256}} --secret {{1234567890}} -P key=value

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← just k3d →