* Update README.md * Update README.md * Update README.md * Update README.MD * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
		
			
				
	
	
		
			21 lines
		
	
	
		
			1020 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1020 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
=========
 | 
						||
 | 
						||
## Spring Security Login Example Project
 | 
						||
 | 
						||
###The Course
 | 
						||
The "REST With Spring" Classes: http://github.learnspringsecurity.com
 | 
						||
 | 
						||
### Relevant Articles: 
 | 
						||
- [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)
 | 
						||
- [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)
 | 
						||
- [How to Manually Authenticate User with Spring Security](http://www.baeldung.com/manually-set-user-authentication-spring-security)
 | 
						||
 | 
						||
### Build the Project
 | 
						||
```
 | 
						||
mvn clean install
 | 
						||
```
 |