Open mgates opened 10 years ago
return password == "password" is vulnerable to timing attacks. Something like https://github.com/PeterScott/streql should be used to prevent them.
I can make a PR if you want.
Would this slow down the performance of web pages noticeably? If so, should we make this optional?
return password == "password" is vulnerable to timing attacks. Something like https://github.com/PeterScott/streql should be used to prevent them.
I can make a PR if you want.