IdentityPython / pyjwkest

Implementation of JWT, JWS, JWE and JWK
Apache License 2.0
92 stars 55 forks source link

Use the base64 encoded data when repacking an unpacked JWT. #54

Closed zamzterz closed 8 years ago

zamzterz commented 8 years ago

To ensure the signature is correct, the parts can not be re-encoded since attribute order is not guaranteed.