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

Need crypto.createVerify for Cognito RS256 JWT token validation #208

Closed
Tracked by #184
kennu opened this issue Feb 27, 2024 · 2 comments
Closed
Tracked by #184

Need crypto.createVerify for Cognito RS256 JWT token validation #208

kennu opened this issue Feb 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@kennu
Copy link
Collaborator

kennu commented Feb 27, 2024

AWS Cognito uses RS256 for JWT tokens. This format is supported e.g. by API Gateway HTTP JWT Authorizers. To verify those JWT tokens in our own code, we would need crypto.createVerify RSA-SHA256 support in LLRT.

Even nicer would be for jsonwebtoken to work out-of-the-box in LLRT, but I believe crypto.createVerify is the minimum required functionality.

@richarddavison richarddavison added the enhancement New feature or request label Feb 27, 2024
@richarddavison
Copy link
Contributor

This is prioritized! We'll add it so stay tuned. Also mentioned here:
#184

@richarddavison
Copy link
Contributor

Closing as being tracked by #184

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

No branches or pull requests

2 participants