mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
fix reviewer comments
Update to gnatsd/README.md clarifying single-user and token-based authentication issue #316 [ci skip]
This commit is contained in:
@@ -526,7 +526,7 @@ authorization {
|
||||
If you want the mkpasswd utility to generate a password or token for you, run it without the -p parameter.
|
||||
```
|
||||
$ go run util/mkpasswd.go
|
||||
pass: D#6)e0ht^@61kU5!^!owrX // NATS client encrypted with Bcrypt password (or token)
|
||||
pass: D#6)e0ht^@61kU5!^!owrX // Password (or token) encrypted with Bcrypt
|
||||
bcrypt hash: $2a$11$bXz1Mi5xM.rRUnYRT0Vb2el6sSzVrqA0DJKdt.5Itj1C1K4HT9FDG // server configuration authorization password (or token)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user