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: refresh token, session log 작업 #90

Merged
merged 4 commits into from
Oct 11, 2023

Conversation

soulchicken
Copy link
Member

Feature: refresh token, session log 작업 & 약간의 refactoring

PR을 한 이유 🎯

  • 리프레시 토큰이 잘 적용이 안되는 이슈가 있습니다.
  • next의 session 만료 기간이 너무 짧아서 리프레시를 확인하기 어렵습니다.
  • 안쓰는 API가 있습니다.

변경사항 🛠

  • 리프레시 토큰이 잘 적용이 안되는 이슈가 있어서 log를 먼저 작업했습니다. 이유를 파악하고자 합니다.
  • next의 session 만료 기간이 너무 짧아서 리프레시를 확인하기 어려웠습니다. max age를 늘렸습니다.
  • 안쓰는 api와 그 관련 함수를 제거했습니다.

특이사항 📌

  • next-auth의 jwt, session 정리가 필요해보입니다.

@soulchicken soulchicken merged commit c634e2f into TeamATM:develop Oct 11, 2023
3 checks passed
@soulchicken soulchicken deleted the feature/refresh-token branch October 11, 2023 05:57
@soulchicken soulchicken restored the feature/refresh-token branch October 12, 2023 09:58
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