We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
usrId, nickname, email 등 로그인 리턴 값을 기존 zustand로 상태관리 하던 것을 session으로 변경할 예정입니다.
usrId
nickname
email
session
/login.tsx
The text was updated successfully, but these errors were encountered:
Merge branch 'develop' into refactor/#176-update-session
d152f8e
Merge pull request #177 from urdego/refactor/#176-update-session
20725da
Refactor/#176 로그인 시 userId, email 전역관리 Session으로 변경
aaahyesu
When branches are created from issues, their pull requests are automatically linked.
📝 설명
usrId
,nickname
,email
등 로그인 리턴 값을 기존 zustand로 상태관리 하던 것을session
으로 변경할 예정입니다.✅ 구현 목록
/login.tsx
에서 로그인 이후usrId
,nickname
,email
세션으로 상태관리하도록 수정The text was updated successfully, but these errors were encountered: