Spring Security Remember Me

This post follows the Spring Security Simple Authorization post, but also adds the remember-me functionality to our application. Like before, we ask the user for his credentials. If correct, he enters to the dashboard. If wrong, he gets error message. We have two user roles, the simple user who can access only the dashboard, and the admin Read more about Spring Security Remember Me[…]