anvilresearch / jose

JSON Object Signing and Encryption for Node.js and the browser
MIT License
24 stars 7 forks source link

Unsecured JWS #33

Closed christiansmith closed 7 years ago

christiansmith commented 7 years ago

This PR adds support for JWT with "alg" header value of "none". Review and testing is required.

EternalDeiwos commented 7 years ago

Closing this due to JWA being separated into it's own repo. This was also handled in anvilresearch/jwa#4 by @johnny90.