dimitri.codes
dimitri.codes copied to clipboard
CSRF with Spring boot and React/Vue/Angular
Title:
Using CSRF with Spring boot and JavaScript
Description:
I often see people using .csrf().disable()
because they don't know how to properly configure CSRF for a project that uses a React, Vue or Angular frontend.