jose-jwt v0.4.1 Release Notes

    • โž• Add cprng-aes dependency to doctests to stop test failure on travis and nixos hydra builds.

    0.4

    • ๐Ÿ”„ Changed use of Jwt type to represent an encoded JWT.
    • ๐Ÿ›ฐ Introduced Payload type to allow setting the cty header value correctly for nested JWTs.
    • โž• Added an explicit Unsecured type for a decoded JWT, to make it obvious when the content is not signed or encrypted.
    • ๐Ÿ›  Fixed some bugs in JSON encoding and decoding of EC JWKs.