1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

fixes style issues

This commit is contained in:
Falk Werner 2019-04-01 22:01:17 +02:00
parent 940fa6a9f4
commit 1dc135fca4

View File

@ -335,8 +335,8 @@ The `wf_credentials`struct represents a map to access credentials as key-value p
The authenticator type **username** is used to authenticate via username and password. Valid credentials should contain two keys.
- **username** refers to the name of the user
- **password** refers to the password of the user
- **username** refers to the name of the user
- **password** refers to the password of the user
**Note** that no further encryption is done, so this authenticator type should not be used over unencrypted websocket connections.