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

Support encrypted JWT in addition to signed JWT #3599

Open
wolfgangwalther opened this issue Jun 17, 2024 · 0 comments
Open

Support encrypted JWT in addition to signed JWT #3599

wolfgangwalther opened this issue Jun 17, 2024 · 0 comments
Labels
idea Needs of discussion to become an enhancement, not ready for implementation

Comments

@wolfgangwalther
Copy link
Member

Since #3598 we are using jose-jwt instead of hs-jose for JWT verification. The new library also support JWE (encrypted JWT) in addition to JWS (signed JWT). I have not looked further into that, but it might make sense to do so in the future, maybe it's worth to support.

@wolfgangwalther wolfgangwalther added the idea Needs of discussion to become an enhancement, not ready for implementation label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Needs of discussion to become an enhancement, not ready for implementation
Development

No branches or pull requests

1 participant