8000 GitHub - trstringer/jwt-creator: Utility to quickly and easily create and verify JSON web tokens (JWT)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

trstringer/jwt-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-creator

Quickly and easily create and verify JWTs.

Installation

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

Create a JWT

< 6079 /div>
$ 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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0