We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for OAuth2 handler will enable us to support all these backends : https://github.com/golang/oauth2
The handler should simply perform:
token := oauth2.Token{AccessToken: string(token)} token.SetAuthHeader(r)
The text was updated successfully, but these errors were encountered:
Note: this could potentially be built using the generic HTTP connector or possibly even written via config.
Sorry, something went wrong.
mdodell
Successfully merging a pull request may close this issue.
Adding support for OAuth2 handler will enable us to support all these backends : https://github.com/golang/oauth2
The handler should simply perform:
The text was updated successfully, but these errors were encountered: