Releases: hormesiel/static-auth
Releases · hormesiel/static-auth
2.1.2
2.1.1
Forgot to rebuild before publishing to NPM...
2.1.0
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)