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

feat: add ed25519 support to JWK (public keys) #414

Closed

Conversation

edudobay
Copy link

@edudobay edudobay commented Apr 4, 2022

This PR builds on #399 to support parsing JWK ed25519 keys.

  • The base branch is temporarily set to feat: Add ES256 support to JWK #399 — I see this PR as a complement to that one. Please let me know if this should be done in any other way.

Reference documentation: RFC8037

src/JWK.php Outdated Show resolved Hide resolved
@bshaffer
Copy link
Collaborator

This is great! Thank you for submitting this! I'll take a look. I think for my base PR and this PR also, I'd like more robust testing cases. I am not sure how solid the code I wrote is... for instance, I was able to find cases where verification failed and I'm not sure why.

If you're up to it, and can review #399, that would help a lot!

@bshaffer bshaffer deleted the branch firebase:add-ec-jwk-support July 14, 2022 22:17
@bshaffer bshaffer closed this Jul 14, 2022
@edudobay
Copy link
Author

Hi @bshaffer! Sorry I've taken so long to reply. Is there anything I can do to make this mergeable? I'm not sure why this PR was closed. If you'd like any further help let me know.

@bshaffer
Copy link
Collaborator

bshaffer commented Aug 22, 2022

Hi @edudobay

This PR was closed automatically because I merged and deleted the add-ec-jwk-support branch which you submitted the PR to. If you open a new PR to the main branch, we can get that reviewed and merged!

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