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: 인증 필요 요청 추가 (임시) #83

Merged
merged 3 commits into from
Nov 28, 2023
Merged

Conversation

2YH02
Copy link
Contributor

@2YH02 2YH02 commented Nov 28, 2023

  • 임시로 인증이 필요한 요청이 가능하도록 변경하였습니다.
  • 헤더에 로그인 버튼 누르면 db에 들어가 있는 유저로 로그인 되고 토큰이 로컬스토리지에 저장 됩니다(임시)
  • 인증 필요 요청 시 authInstance를 사용하면 자동으로 헤더에 토큰이 담겨서 서버로 요청이 갑니다.
  • 현재 테스트 결과는 잘 나오고 혹시 이상한 점 있으면 바로 알려주세요!!
  • 토큰 만료시간이 지금은 5분이라 5분마다 로그인 버튼 눌러줘야 합니다 ㅠㅠ
  • 이후에 인증 오류에 대해서는 공통 에러핸들링을 추가 할 예정 입니다!

꼭 .env 파일 VITE_APP_API_BASE_URL=/api <- 이거로 바꿔주세요!***

Copy link
Collaborator

@LikeFireAndSky LikeFireAndSky left a comment

Choose a reason for hiding this comment

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

감사합니다!! 용훈님

@LikeFireAndSky LikeFireAndSky merged commit a22ff1a into develop Nov 28, 2023
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.

3 participants