[#117] Feat : 접근권한 어노테이션 설정 #118
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚩 관련 이슈
📋 구현 기능 명세
📌 PR Point
로그인이 필요없는 api는 매번 직접 필터에 해당 URI을 추가해주어야했다.
-> 매번 uri을 직접 필터클래스에 따로 추가해야하는 불편함, 어떤 api들이 추가되어있는지 알기 불편
-> Controller에 어노테이션을 달아서 구분하고, Spring Security Filter에서 자동으로 읽어서 처리하는 방식으로 개선