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

Please support the creation of "Flattened JWS JSON Serialization Syntax" #215

Open
RufusJWB opened this issue Jan 17, 2023 · 6 comments
Open
Labels

Comments

@RufusJWB
Copy link

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).

@dvsekhvalnov
Copy link
Owner

Related generic JWS JSON support #171

@dvsekhvalnov
Copy link
Owner

Well, long one honestly :) JWE JSON took quite several months.

@RufusJWB
Copy link
Author

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?

@dvsekhvalnov
Copy link
Owner

It is supported: https://github.com/dvsekhvalnov/jose-jwt#jwe-json-serialization-support-rfc-7516

@jsyrjala
Copy link

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.

https://www.rfc-editor.org/rfc/rfc7515.html#page-21

@dvsekhvalnov
Copy link
Owner

Hi @jsyrjala, RFC-7515 is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants