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

Support Bearer Authentication #1215

Closed
isidentical opened this issue Nov 29, 2021 · 0 comments · Fixed by #1216
Closed

Support Bearer Authentication #1215

isidentical opened this issue Nov 29, 2021 · 0 comments · Fixed by #1216
Assignees
Labels
enhancement New feature or enhancement new Needs triage. Comments are welcome!
Milestone

Comments

@isidentical
Copy link
Contributor

Bearer is a form of HTTP authentication through a header value (Authorization: Bearer <token>). It is pretty common and pretty well defined (by RFC 6750) so personally I'd say we should support it out of the box.

@isidentical isidentical added enhancement New feature or enhancement new Needs triage. Comments are welcome! labels Nov 29, 2021
@isidentical isidentical self-assigned this Nov 29, 2021
@isidentical isidentical added this to the HTTPie 3.0 milestone Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement new Needs triage. Comments are welcome!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant