Spring Security Simple Authentication

In this post, we will create a simple application, that displays Spring Security form-based authentication. The user is prompted to give his credentials. If they are correct, he enters to the dashboard. If they are wrong, he gets an error message. Dashboard is accessible only by authenticated users.  The full github repository can be found here:  Read more about Spring Security Simple Authentication[…]