Skip to content

Commit

Permalink
update :: 필요없는 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Mar 2, 2024
1 parent 3650664 commit c739e8d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ class AuthenticationFilter(
response: HttpServletResponse,
filterChain: FilterChain
) {
if (request.requestURI.contains("/oauth2/token")) {
filterChain.doFilter(request, response)
return
}

request.getParameter("access_token")?.let { accessToken ->
setAuthenticationByAccessToken(accessToken)
filterChain.doFilter(request, response)
Expand Down

0 comments on commit c739e8d

Please sign in to comment.