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.