mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-16 06:42:02 +02:00
feat(auth): add HTTP Digest authentication plugin (#628)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
cb7ed9264d
commit
522b898620
Generated
+9
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user