I'm looking for an open source package written in java that implements a registration, authentication (like securityfilter) with captchas and email link verification and all that. I could write it, but why reinvent the wheel. I've looked all over the place and haven't found anything. Does such a thing exist?
+3
A:
In my experience nothing beats ACEGI (http://www.acegisecurity.org/) which was recently merged with Spring and renamed Spring Security.
Orclev
2008-09-16 21:43:57
+1
A:
ACEGI is good, but it is too coupled to the Spring Framework. An alternative, if you are not using Spring, is Apache Shiro which is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session management and cryptography.
Greg
2010-01-29 19:24:01