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.