diff --git a/tools/README.md b/tools/README.md index 76a4537..bdb6367 100644 --- a/tools/README.md +++ b/tools/README.md @@ -5,7 +5,7 @@ JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and s This information can be verified and trusted because it is digitally signed. In ClusterCockpit JWTs are signed using a public/private key pair using ECDSA. Because tokens are signed using public/private key pairs, the signature also certifies that only the party holding the private key is the one that signed it. -Currently JWT tokens not yet expire. +Currently JWT tokens in ClusterCockpit not yet expire. ## JWT Payload