Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for encryption (RFC7516) #67

Open
lggomez opened this issue Aug 3, 2021 · 2 comments
Open

Add support for encryption (RFC7516) #67

lggomez opened this issue Aug 3, 2021 · 2 comments
Labels
enhancement New feature or request jwt-go: legacy

Comments

@lggomez
Copy link
Member

lggomez commented Aug 3, 2021

Migrated from dgrijalva/jwt-go#346:

maxshifrin commented on Jul 30, 2019

It would be great if this library could also support payload encryption (https://tools.ietf.org/html/rfc7516)

It would greatly help in case sensitive information needs to be stored inside the JWT token, and offload the need to encrypt it in every application separately

@lggomez lggomez added enhancement New feature or request jwt-go: legacy labels Aug 3, 2021
@lggomez
Copy link
Member Author

lggomez commented Aug 3, 2021

dgrijalva commented on Jul 30, 2019

I've looked into it. JWE is a sibling standard to JWT. I'm open to supporting it, but it's considerably more complex, so it'll require some work and an extended API. At the moment, I'm trying to wrap up the next major version. It would be best to take a look at JWE again after that ships.

@ptman
Copy link

ptman commented Mar 22, 2022

JWE support seems to still be missing. What other libraries have people had good success with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jwt-go: legacy
Projects
None yet
Development

No branches or pull requests

2 participants