Download Latest Version Adds HTTP basic authentication.zip (302.6 kB)
Email in envelope

Get an email when there's a new version of Log.io

Home / v0.4.16
Name Modified Size InfoDownloads / 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.

Source: README.md, updated 2020-05-22