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 : user, mypage api 연결 #60

Merged
merged 4 commits into from
Mar 10, 2024
Merged

feat : user, mypage api 연결 #60

merged 4 commits into from
Mar 10, 2024

Conversation

Ubinquitous
Copy link
Member

Issue Number

close #58
close #59

What

  • 유저, 마이페이지 api를 연결했습니다.
  • 마이페이지는 토큰이 필요한 작업이었기에 넥스트 서버에서 토큰을 사용하려 시도했으나, 앱라우팅방식에서 커스텀 헤더 자체가 아직 지원되지 않는 것으로 밝혀졌습니다. (App Router Custom Header Use Cases vercel/next.js#58110) 따라서 이 페이지만 csr를 사용하고, 리액트쿼리로 캐싱하는 방식을 사용했습니다.

How

ScreenShot

스크린샷 2024-03-10 오전 5 25 10 스크린샷 2024-03-10 오전 4 57 59

@Ubinquitous Ubinquitous added the feat 새로운 기능 label Mar 9, 2024
@Ubinquitous Ubinquitous self-assigned this Mar 9, 2024
Copy link
Member

@jyh071116 jyh071116 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

Copy link
Member

@5ewon 5ewon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~~

@Ubinquitous Ubinquitous merged commit 946291a into main Mar 10, 2024
2 checks passed
@Ubinquitous Ubinquitous deleted the feat/user branch November 15, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

마이페이지 api 연결 유저 페이지 api 연결
3 participants