aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/auth
Commit message (Collapse)AuthorAgeFilesLines
* pkg/auth: check HTTP status from the serverGreg Steuck2021-08-062-1/+16
| | | | | Previously the reported failure was a nondescript strconv.ParseInt: parsing "": invalid syntax
* syz-manager: support oauth when calling syz-hubGreg Steuck2021-07-301-2/+3
| | | | Permit empty hub_key to indicate oauth.
* pkg/auth: create explicit JWT token cacheGreg Steuck2021-07-301-8/+54
| | | | This will be easier to reuse as it is no longer http-specific.
* pkg/auth: move jwt to auth to be shared by syz-hub clientsGreg Steuck2021-07-303-7/+79
|
* pkg/auth: move auth code into a new package for reuse in syz-hubGreg Steuck2021-07-302-0/+228