Skip to content

Releases: Kitura/Kitura-CredentialsJWT

1.0.1

26 Sep 13:57
87dc061
Compare
Choose a tag to compare
  • Relax requirement for X-token-type header (#7)
    • Tokens may be authenticated without explicitly providing the X-token-type: JWT header.

1.0.0

03 Sep 16:24
7b77c54
Compare
Choose a tag to compare

This first major release implements the CredentialsJWT plugin for the Kitura-Credentials framework (#4), supporting JWT authentication as part of 'raw' routes.

Usage examples have been added to the README.

0.0.1

09 Aug 09:02
Compare
Choose a tag to compare

Initial release: Extends the Swift-JWT JWT<Claims> type to support TypeSafeMiddleware, enabling a JWT to be used as authentication for a Codable route.

  • Note: the Kitura-Credentials plugin for 'raw' routing is not yet implemented (#2); this will be added in a future release.