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

Update websockets.md

This commit is contained in:
Ginger Collison 2021-02-08 13:46:16 -06:00 committed by GitHub
parent 093b6459c6
commit 6d00a5523b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ websocket {
# This setting is useful when generating NATS `Bearer` client JWTs as the # This setting is useful when generating NATS `Bearer` client JWTs as the
# result of some authentication mechanism. The HTTP server after correct # result of some authentication mechanism. The HTTP server after correct
# authentication can issue a JWT for the user, that is set securely preventing # authentication can issue a JWT for the user, that is set securely preventing
# access by unintended scripts. Note these JWTs must be [NATS JWTs](securing_nats/jwt). # access by unintended scripts. Note these JWTs must be [NATS JWTs](https://docs.nats.io/nats-server/configuration/securing_nats/jwt).
# #
# jwt_cookie: "my_jwt_cookie_name" # jwt_cookie: "my_jwt_cookie_name"