quadratic-funding / mpc-phase2-suite

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
MIT License
16 stars 6 forks source link

test(auth): added first tests for authentication #284

Closed ctrlc03 closed 1 year ago

ctrlc03 commented 1 year ago

Implemented a number of test cases for authentication using GitHub OAuth2 for prod testing and username and password for the Firebase emulator. Update: due to some errors with GitHub and Puppeteer, prod testing include more reliable tests with username and password. This is documented on #288 and #282.

fix #281