Skip to content

Commit

Permalink
Update JWTKit description
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jan 17, 2025
1 parent 57d63cd commit 2cce4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Website/HomePage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ extension HomePage {
)
let jwt = PackageCard(
title: "JWT",
description: "Create, sign and verify JSON Web Tokens in Swift. Built on top of SwiftNIO",
description: "Create, sign and verify JSON Web Tokens in Swift. Built on top of Swift Crypto",
icon: "key-01",
url: "https://docs.vapor.codes/security/jwt/"
)
Expand Down

0 comments on commit 2cce4c0

Please sign in to comment.