Skip to content

Adds HTTP basic authentication

Latest
Compare
Choose a tag to compare
@msmathers msmathers released this 22 May 14:11

To enable basic HTTP authentication, add the following keys to ~/.log.io/server.json:

"basicAuth": {
  "realm": "abc123xyz",
  "users": {
    "msmathers": "secretpassword1"
  }
}

realm should be a custom value that you generate.