taskcafe/internal/commands
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_prod.go feat: add pre-commit hooks & refactor code to pass linting 2020-08-20 18:37:36 -05:00
commands.go [feat] Add header authentication support 2021-10-18 22:27:56 +03:00
migrate.go feat: redesign project sharing & initial registration 2020-12-17 22:39:14 -06:00
reset_password.go feat(cli): Reset Password Command 2020-10-20 18:50:54 -05:00
seed.go fix: fix task position to use task idx not task group idx 2021-01-05 17:00:07 -06:00
web.go [feat] Add header authentication support 2021-10-18 22:27:56 +03:00
worker.go refactor: move default viper config values to commands/commands.go 2020-10-20 18:58:15 -05:00