whynot-here / whynot-here-api-server

whynot-here 서비스 API 서버
3 stars 0 forks source link

[BE] feat: 인증/인가 변경으로 인한 Post API v2 게시 #91

Closed osj3474 closed 2 years ago

osj3474 commented 2 years ago

인증/인가 처리 방식 변경으로 인해 기존 @CurrentAccount 로 사용자를 획득했던 방식에서 SecurityContextHolder 에 있는 인증객체를 통해 사용자를 획득하는 방식으로 변경되었습니다.

POST 도메인 API부터 마이그레이션 시작하였습니다.

테스트는 이메일로 공유드린 postman으로 진행하였습니다.

image