2

Can someone point me in the direction of a good Java library to use to handle basic user login/authentication.

I am looking for a competent I can integrate into a custom app to handle simple user/name password authentication and send account validation/password reset emails.

2 Answers 2

2

Maybe you could use the JAAS (Java Authentication and Authorization Service). Look at the user guide and to get an overview of it look at the tutorials and simple programs of this guide.

Sign up to request clarification or add additional context in comments.

Comments

1

Filters would work: http://java.sun.com/products/servlet/Filters.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.