# README
go-jwt
Description
jwt tools
generate key
ssh-keygen -t rsa -b 4096 -m PEM -f priv.key
openssl rsa -in priv.key -pubout -outform PEM -out pub.key
# Functions
No description provided by the author
# Variables
No description provided by the author