You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"_id": string,// 로컬 계정은 비밀번호 해싱해서 저장"hashedPassword": string,"email": string,"createdAt": date,// 가입한 당시 시간 저장// 다른 플랫폼 계정 API 이용 시login_API:
{// 카카오는 그저 예시인 것!"kakao": {"_id": string,"accessToken": string},// ... 다른 플랫폼 여러 개 이용할 시 추가}}
API
/signin - POST
/logout - POST
/signup - GET
/signup - POST
주의사항
필요에 따라 기획했던 DB 모델링이나 API를 따르지 않고 수정할 경우, Notion 문서도 갱신 부탁드립니다.
The text was updated successfully, but these errors were encountered:
Collection
API
/signin
-POST
/logout
-POST
/signup
-GET
/signup
-POST
주의사항
필요에 따라 기획했던 DB 모델링이나 API를 따르지 않고 수정할 경우, Notion 문서도 갱신 부탁드립니다.
The text was updated successfully, but these errors were encountered: