jose-jwt v0.8.0 Release Notes

Release Date: 2018-08-01 // over 5 years ago
    • The result of the Jose.Jwt.decodeClaims function is now polymorphic so it can be used with any FromJSON type.
    • ๐Ÿ‘ Only ghc 8 upwards are now supported.
    • ๐Ÿ‘ the RSA-OAEP-256 algorithm is now supported.

Previous changes from v0.7.8

    • ๐Ÿ“ฆ Switch from EitherT to ExceptT to allow compiling with latest version of 'either' package.