libjwt-typed icon indicating copy to clipboard operation
libjwt-typed copied to clipboard

A Haskell implementation of JSON Web Token (JWT)

Results 5 libjwt-typed issues
Sort by recently updated
recently updated
newest added

`monad-time` 0.4.0.0 removed an instance `Monad m => MonadTime (ReaderT UTCTime m)` Which was required for `now` in `Libjwt.Payload`. Luckily, it seems easy enough to create a `NumericDate` in a...

This is pretty much a continuation of !3, but with even looser constraints. Everything seems to work just fine.

Resolve the issue of this package not building for GHC 9.0.2 due to `base` and `text` bounds being too restrictive by simply slightly increasing the freshest/upper bound for both. Tests...

As title, `CLong` is not necessarily 64 bits on all platforms, so this change properly converts the types instead of trying to coerse.

This library has been a joy to use, I really like it--good work. I noticed something when attempting to use Nix for my project. `libjwt-typed` is marked as broken. I...