Skip to content

Commit

Permalink
🔒 화이트리스트 추가
Browse files Browse the repository at this point in the history
- 허용 uri를 추가하였습니다.
  • Loading branch information
Ganghee-Lee-0522 committed Jan 11, 2024
1 parent 58d7917 commit eb5e207
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class SecurityConfig {

private String[] permitList={
"/api/auth/**",
"/api/auth/login", // 로그인 시 Jwt Filter를 거쳐버림 안 거치게 수정
"/api/auth/redirect", // 로그인 시 Jwt Filter를 거쳐버림 안 거치게 수정
"/api/auth/accessToken", //새로운 토큰 발급
"/api/logout", // 로그아웃
Expand Down

0 comments on commit eb5e207

Please sign in to comment.