Skip to content

Commit

Permalink
add :: reissue 토큰 api 접근권한
Browse files Browse the repository at this point in the history
  • Loading branch information
JuuuuHong committed Oct 20, 2023
1 parent a0455bc commit 20968e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class SecurityConfig(
.mvcMatchers(HttpMethod.POST, "/auth/government").permitAll()
.mvcMatchers(HttpMethod.POST, "/auth/company-instructor").permitAll()
.mvcMatchers(HttpMethod.POST, "/auth/login").permitAll()
.mvcMatchers(HttpMethod.PATCH, "/auth").permitAll()

.anyRequest().authenticated()
.and()
Expand Down

0 comments on commit 20968e9

Please sign in to comment.