Skip to content

Releases: vapor/jwt

JWT 2.2.0

19 Jul 23:55
Compare
Choose a tag to compare

New:

  • JWK support for RSA Keys
  • StringBacked is now public
  • Key ID header

Milestone

JWT 2.1.1

05 Jun 15:52
Compare
Choose a tag to compare

Fixed:

  • Expose internal API to prevent compiler crash related to SR-2925.

Milestone

JWT 2.1

25 May 13:43
Compare
Choose a tag to compare

New:

  • X509 certificate support.

Fixed:

  • Worked around Swift Foundation date bug.
  • Playgrounds file works again.

JWT 2.0.1

19 May 15:08
Compare
Choose a tag to compare

Fixed:

  • Better JWT signing error.

Milestone

JWT 2.0

18 May 18:54
Compare
Choose a tag to compare

🎉

JWT 2.0 seeks to improve and simplify the great features of JWT.

JWT 2.0 Beta 2

07 Apr 11:34
Compare
Choose a tag to compare
JWT 2.0 Beta 2 Pre-release
Pre-release

New:

  • Updated readme

JWT 1.0.1 (for Vapor 1)

07 Apr 21:01
Compare
Choose a tag to compare

Fixed:

  • Crashes on Linux with Swift 3.1 (#41 -> #44)

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

29 Mar 18:25
Compare
Choose a tag to compare
JWT 2.0 Beta 1 Pre-release
Pre-release

Fixed:

  • Removed different encoding options
  • Use bytes in the JWT

#39

JWT 1.0.0 (for Vapor 1.x)

29 Mar 16:21
Compare
Choose a tag to compare

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

20 Mar 10:57
Compare
Choose a tag to compare
JWT 0.11.1 Pre-release
Pre-release

Fixed:

  • Base64URL encoding by default