mirror of
https://github.com/traefik/traefik.git
synced 2026-06-11 09:41:07 -04:00
Fix typo on JWT documentation
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Build and Publish Documentation / Doc Process (push) Waiting to run
Build experimental image on branch / build-webui (push) Waiting to run
Build experimental image on branch / Build experimental image on branch (push) Waiting to run
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Build and Publish Documentation / Doc Process (push) Waiting to run
Build experimental image on branch / build-webui (push) Waiting to run
Build experimental image on branch / Build experimental image on branch (push) Waiting to run
This commit is contained in:
parent
f2b68f29a1
commit
6b2bb3cb24
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue