taskcafe/internal/route
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
..
auth.go [feat] Add header authentication support 2021-10-18 22:27:56 +03:00
avatar.go fix: url encode avatar filename when showing path 2020-09-12 18:12:12 -05:00
middleware.go feat: projects can be set to public 2021-04-30 22:55:37 -05:00
route.go [feat] Add header authentication support 2021-10-18 22:27:56 +03:00
settings.go feat: redirect to register page if no users exist 2021-10-06 14:20:36 -05:00