Documentation ¶
Overview ¶
encode JWT with JWS and/or JWE
example: jwt encode '{}' --signing-key auto://RSA?size=2048 jwt encode '{}' --signing-key file:///file/key.pem jwt encode '{}' --encryption-key auto://EDSCA?xxx=xxx jwt encode '{}' --encryption-key https://localhost/mykey
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string Commit string )
View Source
var RootCmd = &cobra.Command{
Use: "jwt",
Short: "A command line program that provides tools for JWT using JWS and JWE",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.