code-server/test
Joe Previte 7f12fab3ca
fix(isHashMatch): check that hash starts with $
Previously, we used argon2 to verify the hash with the password.

If the hash didn't start with a $, then it would enter the catch block.

Now we check the hash before trying to verify it and we also throw an Error if
the verify fails.

This makes the isHashMatch function more robust.
2021-06-30 15:00:21 -07:00
..
browser/pages feat: add custom codecov 2021-06-28 11:41:48 -07:00
e2e Fix occasional logout failure 2021-06-29 12:06:48 -05:00
unit fix(isHashMatch): check that hash starts with $ 2021-06-30 15:00:21 -07:00
utils Centralize credential handling 2021-06-29 12:06:45 -05:00
package.json chore: upgrade to Playwright 1.12 with its new test-runner 2021-06-10 15:09:38 +02:00
playwright.config.ts Retain failed e2e videos only 2021-06-29 12:06:46 -05:00
tsconfig.json refactor: move jest around and add code coverage 2021-01-22 14:18:45 -07:00
yarn.lock chore: upgrade to Playwright 1.12 with its new test-runner 2021-06-10 15:09:38 +02:00