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

fix, refactor: token refresh api 데코레이터 수정 및 refresh guard 추가 #55

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

stae1102
Copy link
Member

@stae1102 stae1102 commented Jan 8, 2023

작업한 내용

  1. token 재발급 api에서 @auth() 데코레이터를 사용하기 때문에 만료되면 요청이 안 보내질 수 있는 거 발견해서 수정했습니다.

  2. 추가로 userId가 필요했어서 refresh 가드를 생성해뒀습니다.

  3. 프론트에서 계속 401 에러 얘기하셔서 혼동되시지 않도록 가드에서 처리한 후에 메시지(만료 및 적절하지 않은 토큰임)를 추가했습니다.

데브랭크 보면서 많이 참고했습니다,,

@stae1102 stae1102 added auth ouath 관련 사항 Feature labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth ouath 관련 사항 Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant