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

added support ES256&ES512 alg #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

840963657
Copy link

No description provided.

@840963657
Copy link
Author

lua-resty-jwt support ES256&ES512 alg

@840963657 840963657 changed the title support ES256&ES512 alg added support ES256&ES512 alg Nov 28, 2022
@bodewig
Copy link
Collaborator

bodewig commented Dec 27, 2022

thank you @840963657 - one needs at least lua-resty-jwt 0.2.1 for this if I understand the changes over there correctly, right?

Don't we also need to change the code that supports JWT based authentication (lines 466 and 476 at least, which would likely also require something like a client_ec_private_key opts setting)? Also I believe the JWK parsing code needs to be extended, it currently only extracts RSA keys.

@bodewig bodewig mentioned this pull request Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants