Skip to content

Commit 12a76d5

Browse files
authored
Merge pull request #329 from prgrms-web-devcourse-final-project/refactor#328
[fi] auth/me 인증 해제
2 parents bebf237 + 1dd523f commit 12a76d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/back/global/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
6767
.requestMatchers("/login/oauth2/**").permitAll()
6868

6969
//르프레시 갱신 및 칵테일 검색
70+
.requestMatchers(GET, "/user/auth/me").permitAll()
7071
.requestMatchers(POST, "/user/auth/refresh").permitAll()
7172
.requestMatchers(POST, "/cocktails/search").permitAll()
7273

0 commit comments

Comments
 (0)