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

[client-v2] Bearer token authorization #1834

Open
chernser opened this issue Sep 25, 2024 · 0 comments · May be fixed by #1904
Open

[client-v2] Bearer token authorization #1834

chernser opened this issue Sep 25, 2024 · 0 comments · May be fixed by #1904
Assignees

Comments

@chernser
Copy link
Contributor

chernser commented Sep 25, 2024

Description

There is a Bearer authorization (https://datatracker.ietf.org/doc/html/rfc6750) used in oauth2 and SAML security protocols. There are some cases when access to DB is organized thru proxy that keeps real credentials to a DB and authenticates each request. In such cases something like JWT is used what is one of uses cases for Bearer schema. So:

  • Client should have a configuration method to pass "Bearer" token
  • Token should be send via Authorization header of an HTTP request
@chernser chernser added this to the 0.7.2 milestone Nov 4, 2024
@chernser chernser self-assigned this Nov 4, 2024
@chernser chernser changed the title [client-v2] JWT Support [client-v2] Bearer token authorization Nov 4, 2024
@chernser chernser linked a pull request Nov 4, 2024 that will close this issue
3 tasks
@chernser chernser modified the milestones: 0.7.2, Priority Backlog Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant