Web Application - Authentication / Login Framework
Posted
by
user456563
on Stack Overflow
See other posts from Stack Overflow
or by user456563
Published on 2011-01-16T17:51:42Z
Indexed on
2011/01/16
17:53 UTC
Read the original article
Hit count: 188
This is a very simple, probably a most asked question and frequently developed as part of any web application. Say I'm planning to build a web application and some of the functional requirements include (apart from the usual hard hitting security reqs), - Need to have users sign up for a new account profile - Authenticate user using the native app authentication / Facebook or Google or Yahoo or OpenId login - Allow lost password retrieval - Session handling needs
Is there an out of the box frameworks (Drupal, Liferay??) that I can use to wrap my application which can be a bunch of JSP's or HTML's with JS? I know I'm asking a very simple and maybe a naive question. But this is a topic every web developer guru will go thru. Any help, advise and pointers much appreciated.
© Stack Overflow or respective owner