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

Adding support for the protected property #34

Open
lukehedger opened this issue Sep 25, 2018 · 1 comment
Open

Adding support for the protected property #34

lukehedger opened this issue Sep 25, 2018 · 1 comment

Comments

@lukehedger
Copy link
Contributor

The JWS protected property is defined here as:

"protected", with the value BASE64URL(UTF8(JWS Protected Header))

Compared to the header property:

"header", with the value JWS Unprotected Header

Also see an example JWS JSON Serialization.

This library currently encodes the header and does not support protected.

@kantai
Copy link
Member

kantai commented Oct 2, 2018

Interesting @lukehedger -- this would require a little bit of effort to include support for, but it should be doable. I'd happily review a PR on develop to add support here, but otherwise, it would take us sometime to implement.

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

No branches or pull requests

2 participants