Adds Google ReCaptcha support to Grails applications: a tag library that renders the captcha widget, and a service that verifies the answer the user submitted. Protects your forms from spam and abuse while letting real people pass through with ease.
dependencies {
implementation 'io.github.gpc:grails-recaptcha:8.0.0'
}Full documentation — installation, configuration, the tag library reference, verification, and examples — is published at:
https://gpc.github.io/grails-recaptcha/
See CONTRIBUTING.md for how to set up a development environment and submit changes.
Released under the Apache License, Version 2.0.