All Versions
16
Latest Version
Avg Release Cycle
114 days
Latest Release
2461 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.6.2 Changes
- โ Remove dependency on
errors
package.
- โ Remove dependency on
-
v0.6.1 Changes
- ๐ Minor internal changes to fix build on GHC 7.10.
0.6
- ๐ Change KeyId type to allow use of a UTCTime string for the identifier.
- ๐ Internal crypto fixes to prevent exceptions from external libraries.
0.5
- โ Add JwtEncoding type. Changes API of
Jwt.encode
andJwt.decode
.
-
v0.4.2 Changes
- ๐ Fix in the code for finding suitable JWKs for encoding/decoding.
-
v0.4.1 Changes
- โ 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 thecty
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.
-
v0.4.1.1 Changes
- โ Added
doctest
flag to cabal file to allow doctests to be disabled.
- โ Added
-
v0.3.1 Changes
๐ Changed the signature of
Jwt.encode
to take a list ofJwk
rather than a single key. The key will be selected from the list based on the specified algorithms.0.3
- ๐ New support for JWS validation using elliptic curve algorithms.
- โ Added
Jwt.encode
function which takes a JWK argument, allowing key data (currently the key ID) to be encoded in the token header.