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

feat: interpret auth tokens #529

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

boltlessengineer
Copy link
Contributor

Implement Basic and Digest authorization tokens which are both supported in intellij's http client.

Fixes #483

Add request hook to convert "Authorization: Basic username:passeord" to
"Authorization: Basic <base64-encoded>" before reqeust.
@boltlessengineer boltlessengineer changed the title feat/interpret auth tokens feat: interpret auth tokens Feb 14, 2025
@boltlessengineer
Copy link
Contributor Author

Basic is easy, but implementing Digest seems to require some work as rest.nvim needs to send multiple requests in same go.

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.

Digest auth does not work
1 participant