cintolas

Results 6 issues of cintolas

remove files that fail to stat instead of completely breaking

pr
needs tests
needs docs

We use the SSH client as a way to authenticate users to a web server The users are on a remote machine. This is similar to keyboard-interactive, but for passwords...

### Proposed change Currently the following configuration will produce authorization errors when trying to distribute this configuration to multiple systems ``` cluster { # set the variable token TOKEN: abc...

proposal

### Proposed change Currently if the include file is missing, the nats server will fail with a parse error ``` host: 0.0.0.0 port: $PORT authorization: { token: $TOKEN } include...

proposal
conf

promise based verifyRequest function. uses a different option for backwards compatibility

The doc compiler will fail with the following route `aliases: { "GET /": [ (req, res) => { if(req.token) { res.redirect("./session"); return; } res.redirect("./auth"); } ],` The issue is the...