jwt-encryption aims to serve as a one-stop-shop for providing both JWT and JWE token encryption using RSA keys. The implementation abstracts the difficulties of understanding the underlying concept of generating encrypted tokens for developers.
Install jwt-encryption by running:
go get github.com/megablend/[email protected]
As of version v0.1.1, jwt-encryption is beta and is not considered feature complete. It works well for the JWT encryption, and we prefer to keep it as simple as possible.