issues
search
ItChoi
/
WeAreDevelopers
개발자들을 위한 프로젝트 스터디
0
stars
0
forks
source link
spring security와 jwt 중복 로직 리팩토링
#17
Open
ItChoi
opened
3 years ago
ItChoi
commented
3 years ago
중복되는 로직 리팩토링
JWT와 Spring Security 프로세스 초기에 username과 pw를 받아서 같은 토큰 타입(Username~~)을 생성하고 custom provider를 호출하고 토큰의 파라미터 세개 생성 부분과 Security Context 객체 세팅 부분이 동일하다.
ItChoi
commented
3 years ago
2021/08/29 일요일 진행
JWT와 Spring Security가 같은 Provider를 바라봐도 되는지 체크
ture: 단일책임원칙을 적용하여 분기 처리 가능한지 확인
SecurityService 생성
시큐리티 중복 비즈니스 로직 처리
인가 처리도 이 곳에 개발 예정
중복되는 로직 리팩토링