mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
Merge pull request #104 from caffinatedmonkey/patch-1
Fixed Typo in Readme
This commit is contained in:
commit
15937f91e7
@ -836,7 +836,7 @@ Note how `pathname` and `port` have been copied into the object. These values ca
|
||||
|
||||
### Authentication
|
||||
|
||||
If `view.json` contains an element called `auth`, it is assumed to be an array of strings, each of which are a 32-character [Digest authentication](https://en.wikipedia.org/wiki/Digest_access_authentication) HA1 strings for the realm `owntracks-recorder`, for example:
|
||||
If `view.json` contains an element called `auth`, it is assumed to be an array of strings, each of which are a 32-character [Digest authentication](https://en.wikipedia.org/wiki/Digest_access_authentication) SHA1 strings for the realm `owntracks-recorder`, for example:
|
||||
|
||||
```json
|
||||
"auth" : [ "225544f9acf99d18a8880c5ce844f303", "ba69e267302a7ef98e0862b9aae68cab" ]
|
||||
|
Loading…
Reference in New Issue
Block a user