Handling CSRF tokens with Spring Security

Below you can find very good guides how to handle CSRF tokens with Spring Security.

  1. CSRF tokens with Angular JS and Spring Security – official Spring guide
  2. Spring Security’s CSRF protection for REST services – client & server side by http://www.codesandnotes.be
  3. Logging out problem? Check this. – official Spring docs