jwt icon indicating copy to clipboard operation
jwt copied to clipboard

Add examples on how to sign a token with key pair keys

Open rickyseezy opened this issue 3 years ago • 2 comments

It would be great to have a bit of documentation on how to sign a token using private/public pair keys.

I've found an example here : http://www.inanzzz.com/index.php/post/kdl9/creating-and-validating-a-jwt-rsa-token-in-golang

rickyseezy avatar Dec 09 '21 14:12 rickyseezy

https://github.com/golang-jwt/jwt/issues/61#issue-959067303

diyfr avatar Mar 14 '23 07:03 diyfr

We have a docs repository, we should probably chip away at adding copy/pasteable examples. Contributions welcome.

https://github.com/golang-jwt/jwt-docs

mfridman avatar Jun 14 '23 13:06 mfridman