Closed as not planned
Description
While hashing is a major step forward, the problem with this approach is that it still allows attackers who have access to the hash to just submit it as-is and gain access to code-server - effectively not very different from storing it in plaintext.
We should definitely look into replacing this with something more robust so that password hashing isn't just a placebo.
As security expert @oxy points out, our current approach for hashing the password and storing it in a cookie is more like a placebo-effect than a real security approach.
Related: