io.ReadAll errors were silently discarded with `body, _ := io.ReadAll(...)`, which could cause empty or partial data to be used for JSON unmarshaling or error messages. This adds proper error checks for all instances. |
||
|---|---|---|
| .. | ||
| oauth.go | ||
| oauth_test.go | ||
| pkce.go | ||
| pkce_test.go | ||
| store.go | ||
| store_test.go | ||
| token.go | ||