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

유저의 토큰 값 및 article에 slug를 localStorage에 저장 #57

Open
hoyyChoi opened this issue Sep 15, 2022 · 0 comments
Open

Comments

@hoyyChoi
Copy link
Member

  • 유저의 토큰 값을 localStorage에 저장해야함.
  • 로그인 상태일때, 웹을 새로고침하여도 로그인 상태가 유지 되어야함.
  • 회원가입을 해도 로그인상태가 유지되기 때문에 로그인 상태와 동일.
  • article 상세페이지 눌렀을때, article에 대한 데이터들이 내려오면서 slug부분은 localStorage에 저장되어야함. (로그인 유무에 관계없이 article 상세페이지에서 새로고침을 누르면 article페이지가 나와야하기 때문에) - localStorage에 저장된 slug를 api 주소로 보내야한다.
hoyyChoi added a commit that referenced this issue Sep 15, 2022
[#57][#58] localStorage를 추가하여 token&slug 사용, header의 토큰 값에 따른 api요청 분할
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant