aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/auth/jwt.go
Commit message (Collapse)AuthorAgeFilesLines
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+1
|
* 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-301-0/+76