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 for EC JWK format? #50

Closed
dteirney opened this issue Aug 15, 2018 · 3 comments · Fixed by #205
Closed

Support for EC JWK format? #50

dteirney opened this issue Aug 15, 2018 · 3 comments · Fixed by #205
Labels
closed:stale Issue or PR has not seen activity recently

Comments

@dteirney
Copy link

We've been using this library to obtain the key matching the supplied kid from a 3rd party system that just moved to use EC format JWK rather than RS.

The library returns null for the key if the format isn't RS256 without any other logging, which took us a while to identify the problem.

Is there a recommended approach for also supporting EC keys for lookup from a JSON Web Key Set URL?

@dteirney
Copy link
Author

Same issue as #40 by the looks.

@stale
Copy link

stale bot commented Oct 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️

@stale stale bot added the closed:stale Issue or PR has not seen activity recently label Oct 26, 2019
@stale stale bot closed this as completed Nov 2, 2019
@danielcherubini
Copy link

I took care of this

https://gitlab.com/danielcherubini/node-jwks-ec

@panva panva mentioned this issue Dec 9, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:stale Issue or PR has not seen activity recently
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants