Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vapor/jwt
- Owner: vapor
- License: mit
- Created: 2016-10-03T21:49:22.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T12:54:08.000Z (29 days ago)
- Last Synced: 2024-11-13T13:26:15.819Z (29 days ago)
- Topics: authentication, jwt, server-side-swift, swift, swift-linux, vapor, vapor-service
- Language: Swift
- Homepage:
- Size: 380 KB
- Stars: 327
- Watchers: 28
- Forks: 70
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-jwt - jwt - Implementation in Swift. (Libraries / Swift)
README
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")
```