aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/auth_test.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/auth: move auth code into a new package for reuse in syz-hubGreg Steuck2021-07-301-99/+0
* dashboard/app: chop off auth so it can be reused in syz-hubGreg Steuck2021-07-301-57/+0
* dashboard/app: control time externally from api.goGreg Steuck2021-07-141-8/+11
* dashboard: simple review fixesGreg Steuck2021-07-141-2/+3
* dashboard/app: cover checkClient and fix for the exposed bugGreg Steuck2021-07-141-2/+62
* dashboard/app: parse JWT into a separate JSON structGreg Steuck2021-07-141-8/+9
* dashboard/app: add some tests for authGreg Steuck2021-07-141-0/+91