-
Notifications
You must be signed in to change notification settings - Fork 185
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
JWS JSON Serialization #171
Comments
Hi @StevenDevooght , nope, library supports only RFC 7516 at the moment. Somewhat similar but for encrypted payloads. I'd interested to hear your use case though :) Is not that i have immediate plans to add RFC 7515, but can consider it too or you can always do PR. |
Hi, We have to integrate with a government web service and they require us to first sign (JWS) & then encrypt (JWE) our payload:
I think the requirements for JWE are met. We are just missing the JSON serialization part for JWS. If I find the time I'd happy to submit a pull request. |
yeah, JWE support quite good. PRs always welcome :) just word of caution, it can take some time to review/merge, especially for bigger ones (JWE took around month for reference). Plus hell a lot of changes in json web key branch at the moment. |
I'm writing a ACME client in .net and ACME uses JWS |
@StevenDevooght Some time ago I made a demo client by combining https://github.com/alexzautke/JWS and jose-jwt. The message was accepted by my server (written in java with CXF) |
Is JWS JSON serialization as described in RFC 7515 supported by this library?
The text was updated successfully, but these errors were encountered: