xNinjaKittyx / OtakuQuotes

Website and REST API for Anime/Manga Quotes. (Express NodeJS Version)
GNU General Public License v3.0
2 stars 2 forks source link

Utilize Captcha for Submit #31

Open xNinjaKittyx opened 6 years ago

xNinjaKittyx commented 6 years ago

We need a captcha to prevent bot spam.

xNinjaKittyx commented 6 years ago

https://github.com/appleboy/react-recaptcha

Google reCAPTCHA here.

xNinjaKittyx commented 6 years ago

Implemented Google Captcha on Express. Needs to be implemented on the client side now.

xNinjaKittyx commented 6 years ago

https://www.npmjs.com/package/react-google-recaptcha

We can also use invisible captcha. We don't need to have an actual captcha object.