Skip to content

Commit

Permalink
Merge pull request #447 from skeltont/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
grosser authored May 10, 2024
2 parents bbbc18a + c8b02c9 commit 1bbaf2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bbaf2c

Please sign in to comment.