Skip to content

Commit

Permalink
fix: /auth/refresh endpoint accessToken 검증 예외 추가 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
fromitive authored and ChooSeoyeon committed Oct 11, 2024
1 parent 48d12f3 commit e5ba3ac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(new AuthorizationInterceptor(cookieConsumer, jwtTokenProvider))
.addPathPatterns("/**")
.excludePathPatterns(
"/auth/login",
"/auth/signup",
"/auth/**",
"/swagger-ui/**",
"/swagger-ui.html",
"/v3/api-docs/swagger-config",
Expand Down

0 comments on commit e5ba3ac

Please sign in to comment.