This is in a Spring Tools Suite (STS) 3.1 project format. This project demonstrates how to implement user authentication for front-end web page, using Spring Security.
- custom_login: Uses a customized login page
- signup: Sign-up form added
- database: Uses DB for auth
- encrypt: Uses encrypted password
- show_user: Displays user name if logged in
- login_link: Arbitrary jump to login screen by link
- basal: Very fundamental authentication
- fresh: Default project auto-generated by STS from Spring Template -> Spring MVC Project.
- If you run this on the default server in STS, access the URL below http://localhost:8080/springuserauthsample/