f-lab-edu / awesome-wiki

[연봉 5000만원 이상 이직] Spring framework 를 이용한 다중 접속 Wiki
15 stars 4 forks source link

스프링 시큐리티를 이용한 api 사용 인증 #67

Closed kmmin78 closed 3 years ago

kmmin78 commented 3 years ago

스프링 시큐리티를 이용한 api 사용 인증

주요 내용

  1. jws 검증 usecase를 추가한 테스트코드 작성
  2. jws 검증을 위한 filter 추가
  3. authenticationException handling을 위한 entrypoint 추가
  4. filter 및 entrypoint 설정에 추가

Closes #66