An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Google reCAPTCHA v2 Authenticator Plugin Example #

[![Quality](https://img.shields.io/badge/quality-demo-red)](https://curity.io/resources/code-examples/status/)
[![Availability](https://img.shields.io/badge/availability-source-blue)](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.