Skip to content

Commit

Permalink
Merge pull request #98 from Codiary-UMC-6th/feature/#85-member-access…
Browse files Browse the repository at this point in the history
…-token

Feat: 다이어리 관련 Api 멤버 토큰으로 접근 권한 설정
  • Loading branch information
ParkJh38 authored Aug 6, 2024
2 parents 2dd11a4 + cb2a997 commit b9e9f06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public class JwtAuthenticationFilter extends GenericFilterBean {
public static final String BEARER_PREFIX = "Bearer";

private final JwtTokenProvider jwtTokenProvider;

// @Override
// public void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws IOException, ServletException {
//
Expand Down

0 comments on commit b9e9f06

Please sign in to comment.