Documentation for digest auth (#781)
This commit is contained in:
parent
c674e44b99
commit
157bd45d40
2 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,7 @@ camera:
|
|||
name: my sample camera
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
authentication: basic
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
@ -35,3 +36,4 @@ Configuration variables:
|
|||
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
||||
- **username** (*Optional*): The username for accessing your camera.
|
||||
- **password** (*Optional*): The password for accessing your camera.
|
||||
- **authentication** (*Optional*): `basic` (default) or `digest` auth for requests.
|
Loading…
Add table
Add a link
Reference in a new issue