jxmen-workspace / cs-ai-interviewer

🤖 AI에게 CS 모의면접 질문 받기
https://cs-ai.jxmen.dev
5 stars 1 forks source link

feat: 기존 `X-Api-Version` 형태의 V2 API `/api/v2` 형태로 경로 수정 및 요청 헤더 제거 #67

Closed jxmen closed 3 months ago

jxmen commented 3 months ago

Spring Security 설정도 기존 API는 모두가 쓸 수 있게 허용하되 V2는 허용하지 않도록 설정

Close #66

jxmen commented 3 months ago

https://stackoverflow.com/questions/56889156/spring-security-antmatcher-rule-based-on-custom-headers

RequestMacher 클래스 구현체를 넣어주면 httpServletRequest를 통해 제어할 수 있다고 한다.