mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Update README.md
This commit is contained in:
parent
293efefb98
commit
b4dfc496d2
@ -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.
|
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.
|
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.
|
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
|
## JWT Payload
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user