Relative Content

Tag Archive for reactjsspringspring-bootcsrf

Should CSRF token endpoint be let unauthenticated?

I’m trying my hands on building a web application with React Frontend and Spring boot backend. My Frontend will talk to my Backend only via Rest API calls (No server-side generated pages will be sent).