You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: refactor OAuth client to use go-httpclient library
- Replace manual HTTP client and transport setup with go-httpclient for OAuth requests
- Remove direct TLS configuration and related crypto/tls import
- Simplify OAuth client code using go-httpclient options for timeout and insecure skip verify
Signed-off-by: appleboy <appleboy.tw@gmail.com>
0 commit comments