aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/auth/auth.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/auth: retry https://oauth2.googleapis.com/tokeninfo call 3 timesTaras Madan2025-02-051-2/+9
|
* pkg/auth: better error descriptionTaras Madan2024-11-221-9/+7
| | | | | We're getting 500 error from auth.DetermineAuthSubj with "read: connection reset by peer".
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+2
|
* pkg/auth: check HTTP status from the serverGreg Steuck2021-08-061-1/+4
| | | | | 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-3/+1
|
* pkg/auth: move auth code into a new package for reuse in syz-hubGreg Steuck2021-07-301-0/+129