generated from yuminn-k/yuminnk-nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 4
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
ログイン機能とトークン管理機能を追加 #104
Labels
📬 API
서버 API 통신
✨ Feature
기능 개발
🎨 Html&css
마크업 & 스타일링
⏰ P2
활발하게 고려해야 하는 이슈나 개선사항
✅ Test
test 관련(storybook, jest...)
Comments
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 19, 2024
- Create RecoilRootContainer component and apply common layout - Add user and token state required for login - Add the required interface for recoilRootContainer Related issue: YJU-OKURA#104
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 19, 2024
- Added Google Social Login API. - Create component to perform redirect and login success handle API requests on successful login. - Create a function to add a token to the axios header on successful login. - Create function to reissue token use refresh token when an access token expires Related issue: YJU-OKURA#104
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 19, 2024
- Define user information, tokens, and login-data interface - Manage interfaces in the index file Related issue: YJU-OKURA#104
This was referenced Apr 19, 2024
Closed
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 22, 2024
- Create a component that checks login status at the top - Modify the navbar component to match the login state Related issue: YJU-OKURA#104
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 23, 2024
- Fixed the tokens on the nest and gin servers to be associated so that requests are sent with the same token - Fix to clear data from intro on logout Related issue: YJU-OKURA#104
Merged
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 23, 2024
- Add API to get class user information via cid passed as a query - Modify login state management logic - Add permission enum for class user Related issue: YJU-OKURA#104
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Apr 23, 2024
- Modify API requests based on the specified class user on prompt and material pages. - Fix to get locally stored token in postPrompt function Related issue: YJU-OKURA#104
dorimu0
added a commit
to dorimu0/project_minori-next-deployment-repo
that referenced
this issue
Nov 15, 2024
- Added Line social login in addition to existing Google social login - Fixed API and page related to Line Social Login Related issue: YJU-OKURA#104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📬 API
서버 API 통신
✨ Feature
기능 개발
🎨 Html&css
마크업 & 스타일링
⏰ P2
활발하게 고려해야 하는 이슈나 개선사항
✅ Test
test 관련(storybook, jest...)
📝 Issueの概要
📚 背景情報
📋 具体的な作業内容
📎 関連するIssueやTrello、ドキュメント
🖼️ 参考スクリーンショットや図
🔄 Issueの進行状況
The text was updated successfully, but these errors were encountered: