Releases: Kitura/Kitura-CredentialsJWT
Releases · Kitura/Kitura-CredentialsJWT
1.0.1
- Relax requirement for
X-token-type
header (#7)
- Tokens may be authenticated without explicitly providing the
X-token-type: JWT
header.
1.0.0
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
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.