Web Application Authentication
- Form Login or Ajax Login
- Remember-Me
- Session Management
- Authentication with role(authority)
- CSRF Protection
Restful API Authentication
- Token Authentication
- CORS
- Authentication with role(authority)
- Java 1.8
- Spring boot 1.2.8+ (spring-boot-starter-redis)
- Redis 2.4+
- lombok
- Update host and port in
application.yml
forRedis
.
mvn spring-boot:run