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
View File
@@ -25,6 +25,7 @@
"plugins/auth-aws",
"plugins/auth-basic",
"plugins/auth-bearer",
"plugins/auth-digest",
"plugins/auth-jwt",
"plugins/auth-ntlm",
"plugins/auth-oauth2",