From 8639cb7c6c75c767011db46bd94648b01fce5da5 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:21:47 -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 b273e33..611429d 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1471,7 +1471,7 @@ When signing keys where used, the account identity NKEY would only be needed to #### Revocations -JWT for user, activations and accounts can be explicitly revoked. +JWTs for user, activations and accounts can be explicitly revoked. Furthermore can signing keys be removed, thus invalidating all JWTs signed by the removed NKEY. ##### User