From eee4d5c4e8c2cad41816ea0df50d10cf942b126a Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:12:31 -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 b4f8b23..37255dd 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -526,7 +526,7 @@ resolver: URL(http://localhost:9090/jwt/v1/accouts/) #### Key Takeaways * JWT are secure -* JWT carry configuration corresponding to Operator/Accounts/User +* JWTs carry configuration corresponding to Operator/Accounts/User * Basis for operating one nats-infrastructure to serve separate yet optionally connected entities without introducing separate systems * Account resolver are way to obtain unknown Account JWT * On connect clients provide User JWT