https://github.com/curityio/captcha-authenticator
An example reCAPTCHA v2 authenticator plugin
https://github.com/curityio/captcha-authenticator
authenticator google plugin recaptcha
Last synced: 10 months ago
JSON representation
An example reCAPTCHA v2 authenticator plugin
- Host: GitHub
- URL: https://github.com/curityio/captcha-authenticator
- Owner: curityio
- License: apache-2.0
- Created: 2017-10-13T11:46:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T06:45:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T13:31:49.128Z (12 months ago)
- Topics: authenticator, google, plugin, recaptcha
- Language: Java
- Homepage: https://curity.io/resources/learn/recaptcha-authenticator/
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google reCAPTCHA v2 Authenticator Plugin Example #
[](https://curity.io/resources/code-examples/status/)
[](https://curity.io/resources/code-examples/status/)
This is a sample Authenticator plugin for the Curity Identity Server.
It demonstrates how to build a simple plugin that can be used to authenticate via Google's reCAPTCHA v2. Please note
that this should only be used combined with another authenticator such as the HTML form authenticator, as the
reCAPTCHA alone does not provide a subject (i.e. a user) but merely confirms whether the form was submitted by a human.
Please visit [curity.io](https://curity.io/) for more information about the Curity Identity Server.