jose-jwt v0.8.0 Release Notes
Release Date: 2018-08-01 // almost 5 years ago-
- The result of the
Jose.Jwt.decodeClaims
function is now polymorphic so it can be used with anyFromJSON
type. - ๐ Only ghc 8 upwards are now supported.
- ๐ the RSA-OAEP-256 algorithm is now supported.
- The result of the
Previous changes from v0.7.8
-
- ๐ฆ Switch from EitherT to ExceptT to allow compiling with latest version of 'either' package.