From c8b02c9cd9de33ecb0d31cb7e131d86ade2a7652 Mon Sep 17 00:00:00 2001 From: Ty Skelton <4512337+skeltont@users.noreply.github.com> Date: Fri, 10 May 2024 11:42:17 -0700 Subject: [PATCH] Update README.md updates readme to reflect differences in enterprise key configuration. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa91aa53..23edd925 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ export RECAPTCHA_ENTERPRISE_API_KEY = 'AIzvFyE3TU-g4K_Kozr9F1smEzZSGBVOfLKyup export RECAPTCHA_ENTERPRISE_PROJECT_ID = 'my-project' ``` +_note:_ you'll still have to provide `RECAPTCHA_SITE_KEY`, which will hold the value of your enterprise recaptcha key id. You will not need to provide a `RECAPTCHA_SECRET_KEY`, however. + +`RECAPTCHA_ENTERPRISE_API_KEY` is the enterprise key of your Google Cloud Project, which you can generate here: https://console.cloud.google.com/apis/credentials. + Add `recaptcha_tags` to the forms you want to protect: ```erb