cloudquery / plugin-sdk

CloudQuery Go SDK for source and destination plugins
Mozilla Public License 2.0
21 stars 23 forks source link

feat: Add remoteoauth helpers (`TokenAuthTransport` and `TokenAuthEditor`) #1875

Closed disq closed 3 weeks ago

disq commented 3 weeks ago

These helpers can be used to inject dynamic tokens into requests.

TokenAuthTransport is a http.RoundTripper, with optional custom rewriting capability TokenAuthEditor(oauth2.TokenSource) returns a func(context.Context, *http.Request) error to be used as a RequestEditorFn in openapi clients.

github-actions[bot] commented 3 weeks ago

⏱️ Benchmark results