강의

멘토링

로드맵

Inflearn Community Q&A

vividswan's profile image
vividswan

asked

Developing Spring and JPA based web applications

Login Logout Test

프론트는 vue.js라고 했을때..

Written on

·

182

0

현업에서는 보통 vue.js와 스프링 부트로 웹을 만들면 시큐리티의 csrf 기능을 꺼두나요? 아니면 vue 쪽에서 토큰을 보내주는 식으로 만드나요??

springthymeleafJPAjavaspring-boot

Answer 1

1

whiteship님의 프로필 이미지
whiteship
Instructor

CSRF 토큰은 보안 이슈를 방지하기 위한 방법으로 사용을 권장하는 설정입니다.

vividswan's profile image
vividswan

asked

Ask a question