aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/auth
Commit message (Expand)AuthorAgeFilesLines
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-8/+8
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-232-4/+3
* pkg/auth: check HTTP status from the serverGreg Steuck2021-08-062-1/+16
* syz-manager: support oauth when calling syz-hubGreg Steuck2021-07-301-2/+3
* pkg/auth: create explicit JWT token cacheGreg Steuck2021-07-301-8/+54
* 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