v0.6.0
- JWT/JWS/JWK: Add support for ES256 and ES512 signing via the updated mirage-crypto and x509 (by @ulrikstrid)
- JWT: [BREAKING] JWT will not validate
exp
by default anymore (by @ulrikstrid)- This often makes sense as a default but not always, it's better to let the user decide