aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/auth/auth_test.go
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-8/+8
| | | | | Fix checking of Logf, it has string in 0-th arg. Add checking of t.Errorf/Fatalf.
* pkg/auth: check HTTP status from the serverGreg Steuck2021-08-061-0/+12
| | | | | Previously the reported failure was a nondescript strconv.ParseInt: parsing "": invalid syntax
* pkg/auth: move jwt to auth to be shared by syz-hub clientsGreg Steuck2021-07-301-4/+2
|
* pkg/auth: move auth code into a new package for reuse in syz-hubGreg Steuck2021-07-301-0/+99