website/content/en/docs/reference/glossary/jwt.md

495 B

title id date full_link short_description aka tags
JSON Web Token (JWT) jwt 2023-01-17 https://www.rfc-editor.org/rfc/rfc7519 A means of representing claims to be transferred between two parties.
security
architecture

A means of representing claims to be transferred between two parties.

JWTs can be digitally signed and encrypted. Kubernetes uses JWTs as authentication tokens to verify the identity of entities that want to perform actions in a cluster.