1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #226 from nats-io/no-auth-auth-timeout

[added] explanation of authentication timeout while using no_auth_user
This commit is contained in:
Ginger Collison 2021-03-15 10:07:28 -05:00 committed by GitHub
commit de69dd2a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,3 +190,6 @@ The above example shows how clients without authentication can be associated wit
> Please note that the `no_auth_user` will not work with nkeys. The user referenced can also be part of the [authorization](authorization.md) block.
> Despite `no_auth_user` being set, clients still need to communicate that they will not be using credentials.
> The [authentication timeout](auth_intro/auth_timeout.md) applies to this process as well.
> When your connection is slow, you may run into this timeout and the resulting `Authentication Timeout` error, despite not providing credentials.