can I use Recaptcha in SB without needing PHP?

Just starting out? Need help? Post your questions and find answers here.
skinkairewalker
Posts: 120
Joined: Tue Jun 14, 2016 7:17 pm

can I use Recaptcha in SB without needing PHP?

Post by skinkairewalker »

Hello guys, is there any way to use Google REcaptcha with SB?
User avatar
Peter
Posts: 1093
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: can I use Recaptcha in SB without needing PHP?

Post by Peter »

I suspect that this does not work without a server language (PHP, ASP, ...) because every visitor of your site can see (and manipulate) your JavaScript code.
plouf
Posts: 196
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: can I use Recaptcha in SB without needing PHP?

Post by plouf »

you can use other "captcha" using only client side scripting e.g. -> https://codepen.io/jena_96/pen/NWqPgQw
but as said using client side only reduces a LOT security level

however recaptcha is simple javascript according to its manual
https://developers.google.com/recaptcha/docs/display

so i see no reason why it can not be integrated
Christos
Post Reply