Closed dvlpDana closed 1 month ago
env
NODE_ENV=development NEXT_PUBLIC_EXTERNAL_API_URL=https://76ztyqn6fe.execute-api.ap-northeast-2.amazonaws.com/ NEXT_PUBLIC_PRODUCT_API_URL=https://76ztyqn6fe.execute-api.ap-northeast-2.amazonaws.com/product/v1/ NEXT_PUBLIC_ORDER_API_URL=https://76ztyqn6fe.execute-api.ap-northeast-2.amazonaws.com/order/v1/
미들웨어 설정하기
Next 공식 문서(Authentication) : https://nextjs.org/docs/app/building-your-application/authentication
feature/api-with-jwt : 요청헤더에 jwt token set하기
🔘Part
🔎 작업 내용
env
이미지 첨부
로그인 후, 회원 정보 서버로부터 받아옴
auth-actions.ts에서 redirect시 생기는 에러
회원정보를 서버 컴포넌트에서 SSR로 받아오고 있을 때, 로그아웃을 할 때 next-server 내부에서 생기는 에러(UI로는 에러가 보이지 않습니다)
🔧 앞으로의 과제
미들웨어 설정하기
참고해서 보면 좋을 자료
Next 공식 문서(Authentication) : https://nextjs.org/docs/app/building-your-application/authentication