bhark / Konsent

A platform designed to help groups make decisions without hierarchy and representatives, built on anarchist values.
GNU General Public License v3.0
24 stars 4 forks source link

Captcha on registration and union registration #52

Open bhark opened 6 years ago

bhark commented 6 years ago

A simple automated script would be pretty devastating. There's Flask-Captcha, but it seems pretty dead. Then of course there is ReCaptcha, but that's not an option. There's also the more primitive and light-weight flask-session-captcha, it's newer but very bare-bones.

bhark commented 6 years ago

I just tested flask-session-captcha, it's vulnerable to replay attacks.