Skip to content

Releases: Kitura/Swift-JWT

3.3.0

05 Mar 16:39
527e757
Compare
Choose a tag to compare

feat: Add ES256, ES384 and ES512 support (#40)

3.2.0

28 Feb 08:34
46af466
Compare
Choose a tag to compare
  • feat: Add leeway to validateClaims (#38)
  • Added osx, tvOS and watchOS to podspec file (#35)

3.1.1

09 Jan 11:55
Compare
Choose a tag to compare
  • 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

07 Dec 11:57
Compare
Choose a tag to compare
  • Add support for HMAC signing and verifying (#19)
  • Add ClaimsStandardJWT initializer (#22)

3.0.0

30 Nov 16:24
Compare
Choose a tag to compare

2.0.0

01 Aug 14:31
Compare
Choose a tag to compare
  • Add new Enum cases for MicroProfile support (#7)

1.0.0

11 May 14:27
f5edc3d
Compare
Choose a tag to compare

Initial release

0.1.0

06 Mar 14:03
Compare
Choose a tag to compare

Pre Release