Skip to content

michaljemala/spring-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spring Security SimpleCaptcha integration sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages