openassistive / OpenATBackend

Back end api for Open Assistive built using nodeJS.
https://api.openassistive.org
4 stars 1 forks source link

add captcha #13

Closed willwade closed 7 years ago

willwade commented 7 years ago

NB: only needed for /save. all other routes do not need this

hosseinzoda commented 7 years ago

Done. @willwade Please create a Recaptcha site_key and secret. in here https://www.google.com/recaptcha/admin We need to add env var RecaptchaSecret with the secret. And at https://github.com/openassistive/OpenATFrontEnd/blob/master/config.toml#L213 put site key.

Thank you