anvilresearch / jose

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

"Decode and parse" for JSON General and Flattened Serializations #5

Closed EternalDeiwos closed 7 years ago

EternalDeiwos commented 7 years ago

We need to be able to decode JWTs using the less common serializations (and be able to detect them) when they are passed in as raw data.

This should also set the non-enumerable jwt.serialization property for internal use.

EternalDeiwos commented 7 years ago

Additional serializations handled in PR #7

EternalDeiwos commented 7 years ago

Will be solved when PR #10 is merged.