I have a single page application on Spring. And I want to protect the app from CSRF attacks.
Is it possible to send a token per request in Spring Security (CSRF Synchronizer Token Pattern
)?
And does Spring support such feature?
I have a single page application on Spring. And I want to protect the app from CSRF attacks.
Is it possible to send a token per request in Spring Security (CSRF Synchronizer Token Pattern
)?
And does Spring support such feature?