From abaab988d196bbbc486bd17c806d76547b85693b Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:28:29 -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 a26edf4..1a06492 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1494,7 +1494,7 @@ Use `nsc revocations list-users --account ` to inspect the result ``` Please note that the revocation created only applies to JWTs issued before the time listed. -User created or edited after, will be valid as they are outside of the revocation time. +Users created or updated after revocation will be valid as they are outside of the revocation time. Please be also aware that adding a revocation will modify the account and therefore has to be pushed in order to publicize the revocation. ##### Activations