Tagged Questions
5
votes
3answers
579 views
Java options for web user authentication
I'm looking for a secure user login/session management component for a public web app. Spring Security seems to have potential, are there any other high quality alternatives?
Conceptually this is ...