Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.65 KB

JWTKit

Documentation Team Chat MIT License Continuous Integration Swift 6.0+


Support for JWT (JSON Web Tokens) in Vapor. This package integrates JWTKit with Vapor.

Installation

Use the SPM string to easily include the package in your Package.swift file.

.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0")

and add it to your target's dependencies:

.product(name: "JWT", package: "jwt")