From 4545d8ae86ac95e34e87ea29d807ad82cd154b29 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:14:04 -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 0597865..f0a4554 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -585,7 +585,7 @@ JWT feature accounts pretty heavily, thus a few thing need to be clarified. * `mem-resolver` require `nats-server --signal reload` to re-read all configured account JWT. * `url-resolver` and `nats-resolver` listen on a dedicated update subject of the system account and applied if the file is valid. * `nats-resolver` will also also update the corresponding JWT file and compensate in case the update message was not received due to temporary disconnect. - * User JWT do only depend on the issuing Account NKEY only, they do NOT depend on a particular version of an Account JWT. + * User JWTs do only depend on the issuing Account NKEY only, they do NOT depend on a particular version of an Account JWT. * Depending on the change, the internal Account representation will be updated and existing connections re-evaluated. * The System Account is the account under which `nats-server` offer (administrative) services and monitoring events. (more detail later)