5a8ee24152
* Server Sent Events example using Spring Webflux and React * spring security custom AuthenticationFailureHandler * refactor * moved SSE to branch * remove pom properties * moved AuthenticationFailureHandler example to spring-security-mvc-login |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Spring Security Login Example Project
###The Course The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
Relevant Articles:
- Spring Security Form Login
- Spring Security Logout
- Spring Security Expressions – hasRole Example
- Spring HTTP/HTTPS Channel Security
- Spring Security - Customize the 403 Forbidden/Access Denied Page
- Spring Security – Redirect to the Previous URL After Login
Build the Project
mvn clean install