mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Update basicauth.md
This commit is contained in:
parent
1fa26f95f6
commit
5195d0c6f6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ basicauth [<matcher>] [<hash_algorithm>] {
|
||||||
- **<hash_algorithm>** is the name of the password hashing algorithm (or KDF) used for the hashes in this configuration. Can be `bcrypt` (default) or `scrypt`.
|
- **<hash_algorithm>** is the name of the password hashing algorithm (or KDF) used for the hashes in this configuration. Can be `bcrypt` (default) or `scrypt`.
|
||||||
- **<username>** is a username or user ID.
|
- **<username>** is a username or user ID.
|
||||||
- **<hashed_password_base64>** is the base-64 encoding of the hashed password.
|
- **<hashed_password_base64>** is the base-64 encoding of the hashed password.
|
||||||
- **<salt_base64>** is the base-64 encoding of the password salt, if an external site is required.
|
- **<salt_base64>** is the base-64 encoding of the password salt, if an external salt is required.
|
||||||
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue