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
+9
View File
@@ -26,6 +26,7 @@
"plugins/auth-aws",
"plugins/auth-basic",
"plugins/auth-bearer",
"plugins/auth-digest",
"plugins/auth-jwt",
"plugins/auth-ntlm",
"plugins/auth-oauth2",
@@ -5841,6 +5842,10 @@
"resolved": "plugins/auth-bearer",
"link": true
},
"node_modules/@yaak/auth-digest": {
"resolved": "plugins/auth-digest",
"link": true
},
"node_modules/@yaak/auth-jwt": {
"resolved": "plugins/auth-jwt",
"link": true
@@ -16540,6 +16545,10 @@
"name": "@yaak/auth-bearer",
"version": "0.1.0"
},
"plugins/auth-digest": {
"name": "@yaak/auth-digest",
"version": "0.1.0"
},
"plugins/auth-jwt": {
"name": "@yaak/auth-jwt",
"version": "0.1.0",