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

Feature: SSR에 사용할 axios 인스턴스 생성 / 적용 #115

Merged
merged 6 commits into from
Oct 27, 2023

Conversation

soulchicken
Copy link
Member

Feature: SSR에 사용할 토큰이 얹어진 axios 인스턴스 생성 / 적용

PR을 한 이유 🎯

  • 서버사이드 랜더링을 하기 위해서는 현재 admin role을 가진 토큰이 필요했습니다.
  • 토큰을 환경변수로 지정해서 얹고, 캐릭터 프로필 페이지에 적용하여 서버사이드랜더링을 성공했습니다.
  • 회원가입 로직에도 바로 회원가입 API를 날리는 것이 아닌 NEXT에 API를 요청보내고 NEXT에서 SRPING으로 보내게 되는데, SPRING으로 보낼 때에도 이 토큰을 사용합니다.

@soulchicken soulchicken merged commit 03ce913 into TeamATM:develop Oct 27, 2023
3 checks passed
@soulchicken soulchicken deleted the feature/ssr-axios-instance branch October 27, 2023 07:05
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

Successfully merging this pull request may close these issues.

1 participant