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

feat(auth): added a function to detect GitHub reputation based on simple heuristics #291

Closed ctrlc03 closed 1 year ago

ctrlc03 commented 1 year ago

Added a function that checks whether a connected GitHub account follows at least 5 users and has at least one public repository.

Can be further extended, for instance with a check for the length an account has been in use.

fix #271