标签: spring-security spring-boot
我在本教程后面有bean。
http://www.codesandnotes.be/2014/10/31/restful-authentication-using-spring-security-on-spring-boot-and-jquery-as-a-web-client/#comment-515
它工作得很好,但我无法弄清楚helloween cookie名称的设置位置。如何覆盖X-CSRF-TOKEN的名称?
helloween
答案 0 :(得分:1)
它在JavaScript中处理。 For example:
$.cookie('helloween', JSON.stringify(cookie));