AnTaeWook/e-voting

Jwt를 이용한 인증, 인가 구현

Closed this issue · 11 comments

Jwt를 활용하여 Rest API로 인증, 인가를 수행하도록 서버를 구현한다.

  • 사용자 도메인 작성
  • Jwt 적용(Jwt provider, Security Filter, Security config 구현)
  • Postman 을 통한 확인

mentioned in commit 884fdcc

mentioned in commit 2581f42

mentioned in commit d4e0733

mentioned in commit 5286b93

mentioned in commit b023104

mentioned in commit 8ac21a1

mentioned in commit e430ab3

mentioned in commit e9e957d

marked the checklist item 사용자 도메인 작성 as completed

marked the checklist item Jwt 적용(Jwt provider, Security Filter, Security config 구현) as completed

marked the checklist item Postman 을 통한 확인 as completed