rest.nvim icon indicating copy to clipboard operation
rest.nvim copied to clipboard

feat: interpret auth tokens

Open boltlessengineer opened this issue 9 months ago • 2 comments

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

Fixes #483

  • [x] Implement Basic authorization
  • [ ] Implement Digest authorization
    • [ ] Refactor to make chained requests possible
    • [ ] Refactor to correctly parse chained response (trace)
    • [ ] Actually implement the Digest authorization.

Edit: add todos to show progress

boltlessengineer avatar Feb 14 '25 08:02 boltlessengineer

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

boltlessengineer avatar Feb 18 '25 15:02 boltlessengineer

I think Basic is way more common that Digest - any chance we could go ahead and merge the Basic code path and come back to do Digest?

stephenprater avatar May 13 '25 20:05 stephenprater