Update basicauth.md

This commit is contained in:
Francis Lavoie 2020-05-14 15:42:17 -04:00 committed by GitHub
parent 1fa26f95f6
commit 5195d0c6f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ basicauth [<matcher>] [<hash_algorithm>] {
- **&lt;hash_algorithm&gt;** is the name of the password hashing algorithm (or KDF) used for the hashes in this configuration. Can be `bcrypt` (default) or `scrypt`. - **&lt;hash_algorithm&gt;** is the name of the password hashing algorithm (or KDF) used for the hashes in this configuration. Can be `bcrypt` (default) or `scrypt`.
- **&lt;username&gt;** is a username or user ID. - **&lt;username&gt;** is a username or user ID.
- **&lt;hashed_password_base64&gt;** is the base-64 encoding of the hashed password. - **&lt;hashed_password_base64&gt;** is the base-64 encoding of the hashed password.
- **&lt;salt_base64&gt;** is the base-64 encoding of the password salt, if an external site is required. - **&lt;salt_base64&gt;** is the base-64 encoding of the password salt, if an external salt is required.
## Examples ## Examples