vendor dependencies with dep
This commit is contained in:
parent
93d8310491
commit
1384296a47
2712 changed files with 965742 additions and 0 deletions
13
vendor/github.com/dgrijalva/jwt-go/cmd/jwt/README.md
generated
vendored
Normal file
13
vendor/github.com/dgrijalva/jwt-go/cmd/jwt/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
`jwt` command-line tool
|
||||
=======================
|
||||
|
||||
This is a simple tool to sign, verify and show JSON Web Tokens from
|
||||
the command line.
|
||||
|
||||
The following will create and sign a token, then verify it and output the original claims:
|
||||
|
||||
echo {\"foo\":\"bar\"} | ./jwt -key ../../test/sample_key -alg RS256 -sign - | ./jwt -key ../../test/sample_key.pub -alg RS256 -verify -
|
||||
|
||||
To simply display a token, use:
|
||||
|
||||
echo $JWT | ./jwt -show -
|
||||
Loading…
Add table
Add a link
Reference in a new issue