From 4ce3f58ad253b28ba9917b74c3f06d66e2320ee1 Mon Sep 17 00:00:00 2001 From: "Patrick D. Rupp" Date: Mon, 10 Apr 2023 13:29:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3e66db..527a111 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # keycloak-hcaptcha +> I am currently not adding any new features, updates or fixes. Feel free to open a PR! + To safeguard registration against bots, Keycloak has integration with Google reCAPTCHA. This provides similar functionality, but with a more privacy friendly provider named hCaptcha. The code is based on the vanilla implementation of reCAPTCHA in Keycloak. ## Installation