Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.4 KB

jwt-encryption

Build Status GoDoc Coverage Issues MIT License

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.

Installing

Install jwt-encryption by running:

go get github.com/megablend/[email protected]

Documentation

Project status

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.