From a18695ea9cfc40ad1206ac7db922b73b0c185e3a Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:15:00 -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 e7ff15d..e90755f 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -561,7 +561,7 @@ This allows the implementation of sign-up services. #### Key Takeaways -* JWT and associated chain of trust allows for centralized/decentralized/self-service account configuration +* JWTs and the associated chain of trust allows for centralized, decentralized, or self-service account configuration * It is important to pick the deployment model that fits your needs, NOT the most complicated one. * Distributing Operator/Account JWT NKEYs between Administrators and teams enable these deployment model * Sign up services for Accounts/User can be implemented by programs in possession of signing keys