opendax icon indicating copy to clipboard operation
opendax copied to clipboard

Recaptcha v3

Open TudoCore opened this issue 3 years ago • 2 comments

It just says recaptcha, does this mean v1, or v2, or either? Also, do you support the new v3 version of recaptcha? If not, can I replace the code? Or is recaptcha more hard wired into the platform? How does recaptcha interact with the API? Or doesn't it?

TudoCore avatar Jun 05 '21 05:06 TudoCore

use v2

MonkeyD-Core avatar Aug 09 '22 00:08 MonkeyD-Core

I add my recaptcha v2 in config/app.yml, but not activated. "opendax 2.6"

captcha:
  type: none
  siteKey: "mysitekey"
  secretKey: "mysecret key"

cexland avatar Aug 17 '22 14:08 cexland

Did you change the none to recaptcha ?

On Wed, Aug 17, 2022, 22:13 Cexland - Centralized Crypto Exchange. < @.***> wrote:

I add my recaptcha v2 in config/app.yml, but not activated. "opendax 2.6"

captcha: type: none siteKey: "mysitekey" secretKey: "mysecret key"

— Reply to this email directly, view it on GitHub https://github.com/openware/opendax/issues/334#issuecomment-1218067550, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO342Y2QDG73JICLQNJTVOLVZTXQDANCNFSM46EDXDRA . You are receiving this because you commented.Message ID: @.***>

MonkeyD-Core avatar Aug 18 '22 14:08 MonkeyD-Core