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

Improve sibyl resistance by only allowing Github accounts with a valid history #271

Closed 0xjei closed 1 year ago

0xjei commented 1 year ago

When the user authenticates with Github OAuth 2.0, we could use the public data that we retrieve when we make the request to the APIs for the Github handle (e.g., followers, repos) to be able to define objective metrics (e.g., at least 1 public repo and 5 non-fake followers) to increase sybil resistance.

We should discuss them internally; after that we can translate to code.