From ac38dcbe5001851aaf342e43bdbf39998146ff8a Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Mon, 15 Feb 2021 12:45:42 -0500 Subject: [PATCH] Update developing-with-nats/tutorials/jwt.md Co-authored-by: Colin Sullivan --- developing-with-nats/tutorials/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index b2015a7..3d4312d 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -301,7 +301,7 @@ Relying on a hierarchial chain of trust between three distinct NKEYs and associa 2. Account: corresponds to the set of a single account's configuration 3. User: corresponds to one user's configuration -Each of the NKEY is referenced together with additional configuration in a JWT document. +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. 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.