2013-07-14 08:25:28 -04:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## Spring Security Login Example Project
|
|
|
|
|
|
2016-06-28 05:32:45 -04:00
|
|
|
|
###The Course
|
2016-08-12 09:55:56 -04:00
|
|
|
|
The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
2013-07-14 08:25:28 -04:00
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2013-08-11 06:33:52 -04:00
|
|
|
|
- [Spring Security Remember Me](http://www.baeldung.com/spring-security-remember-me)
|
|
|
|
|
- [Redirect to different pages after Login with Spring Security](http://www.baeldung.com/spring_redirect_after_login)
|
2017-10-22 12:35:08 -04:00
|
|
|
|
- [Changing Spring Model Parameters with Handler Interceptor](http://www.baeldung.com/spring-model-parameters-with-handler-interceptor)
|
|
|
|
|
- [Introduction to Spring MVC HandlerInterceptor](http://www.baeldung.com/spring-mvc-handlerinterceptor)
|
|
|
|
|
- [Using a Custom Spring MVC’s Handler Interceptor to Manage Sessions](http://www.baeldung.com/spring-mvc-custom-handler-interceptor)
|
|
|
|
|
- [A Guide to CSRF Protection in Spring Security](http://www.baeldung.com/spring-security-csrf)
|
2018-03-02 11:40:04 -05:00
|
|
|
|
- [How to Manually Authenticate User with Spring Security](http://www.baeldung.com/manually-set-user-authentication-spring-security)
|
2013-07-14 08:25:28 -04:00
|
|
|
|
|
|
|
|
|
### Build the Project
|
|
|
|
|
```
|
|
|
|
|
mvn clean install
|
|
|
|
|
```
|