nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
8 stars 13 forks source link

Add a CAPCHA for the join form #78

Open WillNilges opened 11 months ago

WillNilges commented 11 months ago

This is going to be an open API into our database. We should protect it from spam. From my limited experience, there are several captchas out there that are pretty plug-and-play.

WillNilges commented 8 months ago

https://mosparo.io/ is apparently FOSS and also kinda funny :o)

WillNilges commented 8 months ago

Hmmm, maybe not. It only works off of the form data, and if we're trying to be relatively permissive with our form, this probably won't work that well.

I know https://www.hcaptcha.com/plans has grown in popularity. That's probably more in line with what we want.