- Adds RSA token support
- Supports specifying custom headers
- Supports skipping verification and validation
- BREAKING: uses enum to select JWT Algorithm
- Compatibility with Crystal 0.25
- Joined crystal-community org
- Compatibility with Crystal 0.20 (alanwillms)
- Compatibility with Crystal 0.19 (akwiatkowski)
- Migrate to Crystal 0.17.0
JWT.decode
returns Tuple instead of Array
- Support of all JWT claims
- First public release