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.
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.