Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaljemala/spring-captcha
Spring Security SimpleCaptcha integration sample
https://github.com/michaljemala/spring-captcha
Last synced: 3 months ago
JSON representation
Spring Security SimpleCaptcha integration sample
- Host: GitHub
- URL: https://github.com/michaljemala/spring-captcha
- Owner: michaljemala
- Created: 2014-02-14T12:02:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T13:38:29.000Z (over 10 years ago)
- Last Synced: 2024-07-01T10:54:15.685Z (5 months ago)
- Language: Java
- Size: 2.03 MB
- Stars: 26
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://simplecaptcha.sourceforge.net/) is used.
How to install SimpleCaptcha to your local Maven repo
-----------------------------------------------------
```shell
mvn install:install-file -Dfile=./lib/simplecaptcha-1.2.jar -DgroupId=nl.captcha -DartifactId=simplecaptcha -Dversion=1.2 -Dpackaging=jar
```