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

JWT 생성 로직 리팩토링 #18

Open
6 tasks
im-gnar opened this issue Nov 16, 2021 · 0 comments
Open
6 tasks

JWT 생성 로직 리팩토링 #18

im-gnar opened this issue Nov 16, 2021 · 0 comments
Labels
status: To Do 처리해야할 이슈 Type: Feature/Function 새로운 기능 및 개선 사항

Comments

@im-gnar
Copy link
Member

im-gnar commented Nov 16, 2021

  • access token, refresh token, token dto builder 로직 분리
  • access token expiry error 시 refresh 토큰 확인 후 재발급/만료 리스폰스
  • 현재는 /reissue로 접근시 모든 토큰 확인 후 둘 다 재발급 중
  • 로그인 이후 모든 request에 대해서 토큰 유효성을 검증?
  • reissue 시 모든 에러가 500을 뱉음 -> 404 handling
  • 로그인 계속 가능한거...토큰이 존재할때는 재발급안하게?
@im-gnar im-gnar added status: To Do 처리해야할 이슈 Type: Feature/Function 새로운 기능 및 개선 사항 labels Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: To Do 처리해야할 이슈 Type: Feature/Function 새로운 기능 및 개선 사항
Projects
None yet
Development

No branches or pull requests

1 participant