688005d0c5 | ||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring Security MVC Custom
This module contains articles about Spring Security with custom MVC applications
The Course
The "REST With Spring" Classes: http://github.learnspringsecurity.com
Relevant Articles:
- Spring Security Remember Me
- Redirect to Different Pages After Login With Spring Security
- Changing Spring Model Parameters with Handler Interceptor
- Introduction to Spring MVC HandlerInterceptor
- Using a Custom Spring MVC’s Handler Interceptor to Manage Sessions
- A Guide to CSRF Protection in Spring Security
- How to Manually Authenticate User with Spring Security
Build the Project
mvn clean install