From 7b58a3cfe2fe54e58db31783ec66dcaed5ec3091 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:15:13 -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 e90755f..1945894 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -568,7 +568,7 @@ This allows the implementation of sign-up services. ## Accounts Re-visited -JWT feature accounts pretty heavily, thus a few thing need to be clarified. +A deeper understanding of accounts will help you to best setup NATS JWT based security. * What entity do accounts correspond to: Our official suggestion is to scope accounts by application/service offered.