java-tutorials/spring-security-modules/spring-security-web-persist.../README.md

18 lines
391 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Spring Security Persistent Login
This module contains articles about persistent login with Spring Security
### The Course
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
### Relevant Articles:
- [Spring Security Persistent Remember Me](https://www.baeldung.com/spring-security-persistent-remember-me)
### Build the Project
```
mvn clean install
```