-
Notifications
You must be signed in to change notification settings - Fork 184
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
Please support the creation of "Flattened JWS JSON Serialization Syntax" #215
Comments
Related generic JWS JSON support #171 |
Well, long one honestly :) JWE JSON took quite several months. |
Understood regarding JWS. Within the JWE RFC, you are currently only supporting JWE Compact Serialization, correct? Would you be willing to support JWE JSON Serialization? |
That is RFC-7516, JSON serialization of JWE. Is RFC-7515, JSON serialization JWS also supported? I am looking for just signing documents, without encryption. |
Hi @jsyrjala, RFC-7515 is not supported. |
Please add the support for "Flattened JWS JSON Serialization Syntax" according https://www.rfc-editor.org/rfc/rfc7515#section-7.2.2 . My use case is to write a ACME client in c# and the ACME RFC requires the use of "Flattened JWS JSON Serialization Syntax" (https://www.rfc-editor.org/rfc/rfc8555.html#section-6.2).
The text was updated successfully, but these errors were encountered: