| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Adds HTTP basic authentication.tar.gz | 2020-05-22 | 280.4 kB | |
| Adds HTTP basic authentication.zip | 2020-05-22 | 302.6 kB | |
| README.md | 2020-05-22 | 276 Bytes | |
| Totals: 3 Items | 583.3 kB | 2 | |
To enable basic HTTP authentication, add the following keys to ~/.log.io/server.json:
:::json
"basicAuth": {
"realm": "abc123xyz",
"users": {
"msmathers": "secretpassword1"
}
}
realm should be a custom value that you generate.