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 parameters API to pass bearer token as []byte #578

Open
smallhive opened this issue Apr 15, 2024 · 0 comments
Open

Add parameters API to pass bearer token as []byte #578

smallhive opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement Improving existing functionality I2 Regular impact S3 Minimally significant U2 Seriously planned

Comments

@smallhive
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The task is Inspired by this comment.

Describe the solution you'd like

Append to SDK command parameters method like WithBearerTokenBinary(token []byte). It is similar to WithBearerToken(t bearer.Token), but the token is represented as a byte slice.

@smallhive smallhive added enhancement Improving existing functionality I2 Regular impact feature Completely new functionality labels Apr 15, 2024
@roman-khimov roman-khimov added U2 Seriously planned S3 Minimally significant and removed feature Completely new functionality labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I2 Regular impact S3 Minimally significant U2 Seriously planned
Projects
None yet
Development

No branches or pull requests

2 participants