go-jose icon indicating copy to clipboard operation
go-jose copied to clipboard

Support JWT operations in jose-util CLI?

Open csstaub opened this issue 9 years ago • 1 comments

The jose-util CLI can already decode/dump JWE/JWS for debugging, maybe we should add some JWT debugging commands. Could be useful.

csstaub avatar Oct 27 '16 00:10 csstaub

Also would be nice to have symmetric key support. I guess for jwt I could try deserializing into jwt.Claims to verify if basic structure is correct, and dump the standard claims in human readable form (eg. timestamp).

shaxbee avatar Oct 27 '16 08:10 shaxbee