| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/auth: check HTTP status from the server | Greg Steuck | 2021-08-06 | 2 | -1/+16 |
| | | | | | | Previously the reported failure was a nondescript strconv.ParseInt: parsing "": invalid syntax | ||||
| * | syz-manager: support oauth when calling syz-hub | Greg Steuck | 2021-07-30 | 1 | -2/+3 |
| | | | | | Permit empty hub_key to indicate oauth. | ||||
| * | pkg/auth: create explicit JWT token cache | Greg Steuck | 2021-07-30 | 1 | -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 clients | Greg Steuck | 2021-07-30 | 3 | -7/+79 |
| | | |||||
| * | pkg/auth: move auth code into a new package for reuse in syz-hub | Greg Steuck | 2021-07-30 | 2 | -0/+228 |
