2.0.0
🚀 New
💫 Improvements
- You don't have to call
res.end()
manually anymore, it'll be called automatically afteronAuthFailed()
returns (91ebd2f) - Removed the
test/
directory, which means it won't be downloaded anymore when installing the package (4ea1322)
🐞 Bug fixes
- The
WWW-Authenticate
header'srealm
value is now surrounded by quotation marks as required by the spec (f356295)