LionC / express-basic-auth

Plug & play basic auth middleware for express
325 stars 57 forks source link

[fix] protect against timing attacks when using static users list and handle dont make a function that needlessly throws #11

Closed jcrugzz closed 5 years ago

jcrugzz commented 6 years ago

Some minor improvements for security and less unexpected behavior

LionC commented 5 years ago

This has been solved in #21 , for discussion see #20