Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 600 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 600 Bytes

Spring Captcha

Spring Security SimpleCaptcha integration sample.

It demonstrates a way how to introduce a CAPTCHA verification into the form logins. After 3 unsuccessful login attempts a CAPTCHA will required to be provided.

To generate CAPTCHAs the SimpleCaptcha library is used.

How to install SimpleCaptcha to your local Maven repo

mvn install:install-file -Dfile=./lib/simplecaptcha-1.2.jar -DgroupId=nl.captcha -DartifactId=simplecaptcha -Dversion=1.2 -Dpackaging=jar