feat(auth): add HTTP Digest authentication plugin (#628)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Gregory Schier
2026-09-13 09:15:06 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent cb7ed9264d
commit 522b898620
12 changed files with 1257 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<li>Git-friendly plain-text project storage</li>
<li>Environment variables and template functions</li>
<li>Request chaining and dynamic values</li>
<li>OAuth 2.0, Bearer, Basic, API Key, AWS, JWT, and NTLM authentication</li>
<li>OAuth 2.0, Bearer, Basic, Digest, API Key, AWS, JWT, and NTLM authentication</li>
<li>Import from cURL, Postman, Insomnia, and OpenAPI</li>
<li>Extensible plugin system</li>
</ul>