Fix NTLM challenge parsing when WWW-Authenticate has Negotiate first (#402)

This commit is contained in:
Gregory Schier
2026-02-20 08:48:27 -08:00
committed by GitHub
parent 1f588d0498
commit 949c4a445a
3 changed files with 100 additions and 8 deletions

View File

@@ -11,7 +11,8 @@
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
"dev": "yaakcli dev",
"test": "vitest --run tests"
},
"dependencies": {
"httpntlm": "^1.8.13"