Project-MO-A / MOA-Backend

MO:A is a web application that provides group study or team project services
1 stars 2 forks source link

feat: 인증 처리 로직 구현 #56

Closed Juhongseok closed 1 year ago

Juhongseok commented 1 year ago

Issue: #50

DONE

Juhongseok commented 1 year ago

잠시만요 인증처리를 너무 단순하게 했네요 추가로 다시 올릴게요

Juhongseok commented 1 year ago
  1. /recruitment/* PATCH /recruitment/recruitmentId POST /recruitment/recruitmentId DELETE /recruitment/recruitmentId

  2. /recruitment/*/apply/** POST /recruitment/recruitmentId/apply GET /recruitment/recruitmentId/apply/members POST /recruitment/recruitmentId/apply/applyId

  3. /recruitment/*/notice/* PATCH /recruitment/recruitmentId/notice/noticeId DELETE /recruitment/recruitmentId/notice/noticeId

  4. /recruitment/*/approved/** GET /recruitment/recruitmentId/approved/members POST /recruitment/recruitmentId/approved/applyId/popularity

  5. 자체 따로 Method포함 확인 POST /recruitment/recruitmentId/notice

  1. /recruitment/*/notice/*/vote/** POST /recuitment/recruitmentId/notice/noticeId/vote/attendance

  2. /recruitment/*/time/** GET /recuitment/recruitmentId/time/all GET /recuitment/recruitmentId/time PUT /recuitment/recruitmentId/time

  3. 자체 따로 Method포함 확인 GET /recuitment/recruitmentId/notice

참고 /a/* -> /a/b or /a/c와 일치 /a/b/c는 일치 하지 않음 /a/** -> /a /a/b /a/b/c 모두 일치

@KAispread SecurityConfig.java 에서 확인 가능해요 몇 번 확인하긴 했는데 혹시 모르니 확인 부탁드려요