Skip to content

megablend/jwt-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/jwt-encryption@v0.1.1

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.