Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] /login/check API에서 응답으로 name, memberId 주도록 변경 #1038

Open
2 tasks
zeus6768 opened this issue Jan 18, 2025 · 0 comments · Fixed by #1040
Open
2 tasks

[FEAT] /login/check API에서 응답으로 name, memberId 주도록 변경 #1038

zeus6768 opened this issue Jan 18, 2025 · 0 comments · Fixed by #1040
Assignees
Labels
BE 백엔드 documentation 문서 작업 FE 프론트엔드 feature 기능 추가

Comments

@zeus6768
Copy link
Contributor

📌 어떤 기능인가요?

현재 프론트는 한번 로그인하면 name, memberId를 localStorage에 저장하는데

  1. auth token을 이제 localStorage에 보관해서 로그인 유지하려고 합니다. 이 token을 프론트에서 저장하면 name과 memberId는 이제 저장 안해도 될 것 같아요. 처음 서비스 진입 시 '/login/check' 요청을 하고 이 응답에 name, memberId를 받아오고 이는 localStorage가 아닌 프론트 코드 내부 변수로 갖고 있어도 될듯.
  2. name, memberId가 localStorage에 있느냐로 로그인 여부 판단했기에 땜에 그동안 여러 계정으로 로그인하거나 그럴때 이슈가 많기도 했음,,

📜 작업 상세 내용

  • Swagger API 명세 변경
  • Controller 응답 형식 변경

⏳ 예상 소요 시간 (예상 해결 날짜)

2시간 소요
1월 19일(일) 10:00 PR 생성 예정

@zeus6768 zeus6768 added BE 백엔드 documentation 문서 작업 feature 기능 추가 labels Jan 18, 2025
@zeus6768 zeus6768 added this to the 7차 스프린트 💭 milestone Jan 18, 2025
@zeus6768 zeus6768 self-assigned this Jan 18, 2025
@zeus6768 zeus6768 added the FE 프론트엔드 label Jan 18, 2025
@zeus6768 zeus6768 linked a pull request Jan 18, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 documentation 문서 작업 FE 프론트엔드 feature 기능 추가
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant