From 6b2bb3cb241af04a9a651b443bd0bb1fcda5dd9b Mon Sep 17 00:00:00 2001 From: Mateus Devino <19861348+mdevino@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:18:04 -0300 Subject: [PATCH] Fix typo on JWT documentation --- docs/content/secure/secure-api-access-with-jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/secure/secure-api-access-with-jwt.md b/docs/content/secure/secure-api-access-with-jwt.md index 4c9b8eb658..acc6fe7358 100644 --- a/docs/content/secure/secure-api-access-with-jwt.md +++ b/docs/content/secure/secure-api-access-with-jwt.md @@ -9,7 +9,7 @@ description: 'Traefik Hub API Gateway - Learn how to configure the JWT Authentic This middleware is available exclusively in [Traefik Hub](https://traefik.io/traefik-hub/). Learn more about [Traefik Hub's advanced features](https://doc.traefik.io/traefik-hub/api-gateway/intro). JSON Web Token (JWT) (defined in the [RFC 7519](https://tools.ietf.org/html/rfc7519)) allows -Traefik Hub API Gateway to secure the API access using a token signed using either a private signing secret or a plublic/private key. +Traefik Hub API Gateway to secure the API access using a token signed using either a private signing secret or a public/private key. Traefik Hub API Gateway provides many kinds of sources to perform the token validation: