diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index 3d4312d..7389fe1 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -302,7 +302,7 @@ Relying on a hierarchial chain of trust between three distinct NKEYs and associa 3. User: corresponds to one user's configuration Each NKEY is referenced, with additional configuration in a JWT document. -Each JWT has a subject and it's value is the public portion of an NKEY and serves as identity. +Each JWT has a subject field and its value is the public portion of an NKEY and serves as identity. Names exist in JWT but as of now are only used by tooling, `nats-server` does not read this value. The referenced NKEY's role determines the JWT content.