How to introduce 'Remember me' checkbox to existing project with Spring Security?
- by Roman
I have a pretty standard project with Spring Security.
I have a login form and I need to add 'Remember me' checkbox there. How can I do that?
I can provide some code if necessary.