Skip to content

scottjbarr/jwtutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

JWT Utils

JWT cli utils.

Install

$ go get ./...

Usage

Decode

Note: This does not verify the token. It is only useful for reading a JWT.

$ jwtdecode yourjwthere

{"email":"arthur@example.com","exp":1610601876,"iat":1602825876,"sub":"42"}

Copyright

The MIT License (MIT)

Copyright (c) 2020 Scott Barr

See the LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages