Skip to content
New issue

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

Add support for Smithy httpBearerAuth authentication trait #362

Merged
merged 6 commits into from Aug 26, 2022

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Apr 11, 2022

Adds support for the Smithy httpBearerAuth authentication trait to smithy-go. This allows the SDK to support the bearer authentication flow for API operations decorated with httpBearerAuth. An API client will need to be provided with its own bearer.TokenProvider implementation or use the bearer.StaticTokenProvider implementation.

@jasdel jasdel requested a review from skmcgrail April 11, 2022 16:24
@jasdel jasdel marked this pull request as draft April 11, 2022 17:14
auth/bearer/token.go Outdated Show resolved Hide resolved
@jasdel jasdel marked this pull request as ready for review April 22, 2022 00:07
@jasdel jasdel requested a review from skmcgrail April 22, 2022 00:08
@jasdel jasdel requested a review from a team as a code owner August 25, 2022 20:39
@jasdel jasdel merged commit 2809ef8 into main Aug 26, 2022
@jasdel jasdel deleted the jasdel/feat/BearerToken branch August 26, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants