OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.37k forks source link

reCAPTCHA v3 support #5531

Open markjourdan opened 4 years ago

markjourdan commented 4 years ago

Currently you only support reCAPTCHA v2.

If I try and use the v3 I get an error stating "Invalid Key Type".

image

sebastienros commented 4 years ago

https://security.googleblog.com/2018/10/introducing-recaptcha-v3-new-way-to.html

sebastienros commented 4 years ago

Or at least in the meantime mention that the API key needs to be for v2.

jagbarcelo commented 1 year ago

Any progress on this? Is it scheduled for a particular release or just stays undefined for the 1.X milestone?

themattkenney commented 1 year ago

I noticed in Google it is getting harder to find the v2 Key. You have to go under the V3 key and find the legacy key and cannot create new V2 keys. I searched for an EOL but couldn't find one.