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
현재 프론트는 한번 로그인하면 name, memberId를 localStorage에 저장하는데
auth token을 이제 localStorage에 보관해서 로그인 유지하려고 합니다. 이 token을 프론트에서 저장하면 name과 memberId는 이제 저장 안해도 될 것 같아요. 처음 서비스 진입 시 '/login/check' 요청을 하고 이 응답에 name, memberId를 받아오고 이는 localStorage가 아닌 프론트 코드 내부 변수로 갖고 있어도 될듯.
name, memberId가 localStorage에 있느냐로 로그인 여부 판단했기에 땜에 그동안 여러 계정으로 로그인하거나 그럴때 이슈가 많기도 했음,,
📜 작업 상세 내용
Swagger API 명세 변경
Controller 응답 형식 변경
⏳ 예상 소요 시간 (예상 해결 날짜)
2시간 소요
1월 19일(일) 10:00 PR 생성 예정
The text was updated successfully, but these errors were encountered:
📌 어떤 기능인가요?
📜 작업 상세 내용
⏳ 예상 소요 시간 (예상 해결 날짜)
2시간 소요
1월 19일(일) 10:00 PR 생성 예정
The text was updated successfully, but these errors were encountered: