connetist / connectist-backend

2 stars 0 forks source link

[REFACTOR] User service 구조 개편하기 #124

Closed hyojaeKwon closed 2 months ago

hyojaeKwon commented 2 months ago

🐼 Summary (요약)

User service 구조를 개편하고, domain과 dto를 구분합니다.

😼 Describe changes with intention (변경내용)

구조 개편 관련

  1. user service의 구조를 개편하였습니다. service/repository/Implementation 의 구분을 확실히 하였습니다.
  2. user domain과 user update request, user create request를 명확히 구분하였습니다. token 발급 관련
  3. access token이 만료되었을 때, refresh token과 access token을 발급합니다.

🐶 Link Issue number (참고사항)

123

122

hyojaeKwon commented 2 months ago

close #122 close #121