Skip to content

Releases: vapor-community/jwt-provider

JWT Provider 1.3.0

25 Oct 21:24
Compare
Choose a tag to compare

New:

  • JWTError now conforms to AbortError to provide more helpful error messages to the end user by default.

Milestone

JWT Provider 1.2.0

28 Sep 07:23
Compare
Choose a tag to compare

New:

  • Ability to access the signer(s) and jwksURL through the Config object as well as Droplet

JWT Provider 1.1.0

26 Jul 15:30
Compare
Choose a tag to compare

New:

  • Multiple signer support (see docs).
  • Dynamic signer creation.

Fixed:

  • Authorization and Authentication HTTP status codes from Auth provider have been fixed.

Milestone

JWT Provider 1.0.1

02 Jun 14:54
Compare
Choose a tag to compare

Fixed:

  • PayloadAuthenticationMiddleware can now be used alongside other auth middleware.

Milestone

JWT Provider 1.0

19 May 14:08
Compare
Choose a tag to compare

Adds conveniences for using JWTs in Vapor.

JWT Provider 1.0 Beta 4

18 May 16:26
Compare
Choose a tag to compare
Pre-release
1.0.0-beta.4

config updates

JWT Provider 1.0 Beta 3

17 Apr 11:28
Compare
Choose a tag to compare
Pre-release

New:

  • PayloadAuthenticatable.PayloadType is now JSONInitializable

JWT Provider 1.0 Beta 2

17 Apr 10:29
Compare
Choose a tag to compare
Pre-release

New:

  • verifiedJWT and assertVerifiedJWT() methods for accessing the verified JWT.

JWT Provider 1.0 Beta 1

07 Apr 11:57
Compare
Choose a tag to compare
Pre-release
Merge pull request #9 from vapor/updates

readme cleanup

JWT Provider 0.5

29 Mar 18:34
da62545
Compare
Choose a tag to compare
JWT Provider 0.5 Pre-release
Pre-release

New:

  • Renamed module to JWTProvider
  • Upgraded to JWT 2.0 Beta 1