| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/auth: move auth code into a new package for reuse in syz-hub | Greg Steuck | 2021-07-30 | 1 | -99/+0 |
| | | |||||
| * | dashboard/app: chop off auth so it can be reused in syz-hub | Greg Steuck | 2021-07-30 | 1 | -57/+0 |
| | | |||||
| * | dashboard/app: control time externally from api.go | Greg Steuck | 2021-07-14 | 1 | -8/+11 |
| | | | | | | This way the tested code is independent of the time passage and the tests are reliable. | ||||
| * | dashboard: simple review fixes | Greg Steuck | 2021-07-14 | 1 | -2/+3 |
| | | |||||
| * | dashboard/app: cover checkClient and fix for the exposed bug | Greg Steuck | 2021-07-14 | 1 | -2/+62 |
| | | | | | Required checkClient to take the config as a parameter. | ||||
| * | dashboard/app: parse JWT into a separate JSON struct | Greg Steuck | 2021-07-14 | 1 | -8/+9 |
| | | | | | | Between JSON type choices and Go struct embedding syntax noise, relying on field duplication seems the least ugly option. | ||||
| * | dashboard/app: add some tests for auth | Greg Steuck | 2021-07-14 | 1 | -0/+91 |
