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(jws): introduce new methods to use data and seckey as keys #19

Merged
merged 1 commit into from
May 29, 2024

Conversation

beatt83
Copy link
Owner

@beatt83 beatt83 commented May 29, 2024

This will enable with JWS/JWT, not to require parsing Data or SecKeys to JWT format. This in part requires that the JWS Header provides alg, and cannot be used in JWE.

  • This commit also documents and makes public the JWA algorithms.

This will enable with JWS, not to require parsing Data or SecKeys to JWT format.
This in part requires that the JWS Header provides alg, and cannot be used in JWE.

- This commit also documents and makes public the JWA algorithms.
@beatt83 beatt83 merged commit 1af633d into main May 29, 2024
2 checks passed
@beatt83 beatt83 deleted the feature/jws-key-representable branch May 29, 2024 12:37
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.

1 participant