Releases: vapor/jwt
Releases · vapor/jwt
JWT 2.2.0
JWT 2.1.1
JWT 2.1
New:
- X509 certificate support.
Fixed:
- Worked around Swift Foundation date bug.
- Playgrounds file works again.
JWT 2.0.1
JWT 2.0
🎉
JWT 2.0 seeks to improve and simplify the great features of JWT.
JWT 2.0 Beta 2
New:
- Updated readme
JWT 1.0.1 (for Vapor 1)
Fixed:
Upgrading is highly recommended for Linux deployments.
To upgrade, do one of the following:
- Use
swift package update
; or - Use
vapor update
(Toolbox ≥ 1.0.9 required); or - Perform a complete clean (including Package.pins if exists) and build/regenerate again.
JWT 2.0 Beta 1
JWT 1.0.0 (for Vapor 1.x)
Fixed:
- signature validation errors when parsing tokens from external sources
- default settings not using the Base64url encoding (as defined by RFC 7519)
Pull requests:
JWT 0.11.1
Fixed:
- Base64URL encoding by default