Home
Softono

Jwt

Open source MIT Swift
341
Stars
68
Forks
0
Issues
28
Watchers
6 months
Last Commit

 About Jwt

Vapor JWT provider

Platforms

Web Self-hosted Linux macOS iOS

Languages

Swift

Links

Need Help Installing Jwt?

We provide expert installation service for this software. Our team will install, configure, and secure Jwt on your server. plans start at just $30.

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")