From 9e10c5c58a1ad986cfa5ed3f0a8957d1ac66fbbe Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Mon, 20 May 2019 11:54:51 -0500 Subject: [PATCH] wip --- nats_server/auth_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_server/auth_intro.md b/nats_server/auth_intro.md index 6808b2e..78849c2 100644 --- a/nats_server/auth_intro.md +++ b/nats_server/auth_intro.md @@ -11,7 +11,7 @@ The NATS server provides various ways of authenticating clients: Authentication deals with allowing a NATS client to connect to the server. With the exception of JWT authentication, authentication and authorization configuration is in the `authorization` block of the configuration. -## Authorization Block +## Authorization Map The `authorization` block provides _authentication_ configuration as well as _authorization_: