Releases: Kitura/Swift-JWT
Releases · Kitura/Swift-JWT
3.3.0
feat: Add ES256, ES384 and ES512 support (#40)
3.2.0
- feat: Add leeway to validateClaims (#38)
- Added osx, tvOS and watchOS to podspec file (#35)
3.1.1
- fix: Set date coding strategy to seconds since 1970 (#26)
Note: this fix corrects the interpretation of the .iat
(Issued At) field. Existing JWTs issued by Swift-JWT prior to this fix contain erroneous values, that will now be (correctly) interpreted as a date in the past.
3.1.0
- Add support for HMAC signing and verifying (#19)
- Add
ClaimsStandardJWT
initializer (#22)
2.0.0
- Add new Enum cases for MicroProfile support (#7)