taskcafe/internal
Maxim Kernozhitskiy c12a745929 [feat] Add header authentication support
In some cases there are needs to authenticate user not in Taskcafe itself.
For this reason option server.remote_user_header was added.

```toml
[server]
remote_user_header = "X-Remote-User"
```

With turned on Taskcafe listens X-Remote-User http header and skip
password checking. But still check user existence and activity flag.
2021-10-18 22:27:56 +03:00
..
commands [feat] Add header authentication support 2021-10-18 22:27:56 +03:00
db fix: add user popup is submittable again 2021-10-06 19:03:38 -05:00
graph fix: add user popup is submittable again 2021-10-06 19:03:38 -05:00
logger feat: redesign project sharing & initial registration 2020-12-17 22:39:14 -06:00
notification feat: add notification UI 2020-09-10 15:31:04 -05:00
route [feat] Add header authentication support 2021-10-18 22:27:56 +03:00
utils [feat] Add header authentication support 2021-10-18 22:27:56 +03:00