From 47e986f6006fa1b98f097b6b35ea10dbcb7b66e6 Mon Sep 17 00:00:00 2001 From: Chanaka Lakmal Date: Fri, 6 Nov 2020 18:38:34 +0530 Subject: [PATCH] Fix a typo in authentication guide --- nats-server/configuration/securing_nats/auth_intro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-server/configuration/securing_nats/auth_intro/README.md b/nats-server/configuration/securing_nats/auth_intro/README.md index 4cb02ee..fd299fd 100644 --- a/nats-server/configuration/securing_nats/auth_intro/README.md +++ b/nats-server/configuration/securing_nats/auth_intro/README.md @@ -6,7 +6,7 @@ The NATS server provides various ways of authenticating clients: * [Username/Password credentials](username_password.md) * [TLS Certificate](tls_mutual_auth.md) * [NKEY with Challenge](nkey_auth.md) -* [Decentralized JWT Authenticatin/Authorization](../jwt/) +* [Decentralized JWT Authentication/Authorization](../jwt/) Authentication deals with allowing a NATS client to connect to the server. Except for JWT authentication, authentication and authorization are configured in the `authorization` section of the configuration.