From a1fb33c40df51b373c5a7d5ca31c55efeaf4fd52 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:27:15 -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 7d9c4b4..69403b9 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1493,7 +1493,7 @@ Use `nsc revocations list-users --account ` to inspect the result +----------------------------------------------------------+-------------------------------+ ``` -Please note that the revocation created only applies to JWT issued before the time listed. +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. Please be also aware that adding a revocation will modify the account and therefore has to be pushed in order to publicize the revocation.