Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vapor/jwt

Vapor JWT provider
https://github.com/vapor/jwt

authentication jwt server-side-swift swift swift-linux vapor vapor-service

Last synced: 24 days ago
JSON representation

Vapor JWT provider

Awesome Lists containing this project

README

        





JWTKit






Documentation


Team Chat


MIT License


Continuous Integration


Swift 6.0+



Support for JWT (JSON Web Tokens) in Vapor.
This package integrates [JWTKit](https://github.com/vapor/jwt-kit.git) with Vapor.

### Installation

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

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

and add it to your target's dependencies:

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