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

[modify] 토큰 발급시 클라에서 토큰 만료시간 설정하게끔 변경 + Exception 추가 #18

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

dong2ast
Copy link
Collaborator

@dong2ast dong2ast commented Jul 5, 2023

📌 관련 이슈

closed #17

✨ 과제 내용

Json body에 access token 만료시간과 refresh token 만료시간을 받아와서
token 발급 시 위 시간대로 발급하게 변경

📸 스크린샷(선택)

📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들

@dong2ast dong2ast requested a review from onpyeong July 5, 2023 14:00
@dong2ast dong2ast self-assigned this Jul 5, 2023
@dong2ast dong2ast changed the title [add] 토큰 발급시 클라에서 토큰 만료시간 설정하게끔 변경 + Exception 추가 [modifiy] 토큰 발급시 클라에서 토큰 만료시간 설정하게끔 변경 + Exception 추가 Jul 5, 2023
@dong2ast dong2ast changed the title [modifiy] 토큰 발급시 클라에서 토큰 만료시간 설정하게끔 변경 + Exception 추가 [modify] 토큰 발급시 클라에서 토큰 만료시간 설정하게끔 변경 + Exception 추가 Jul 5, 2023
@onpyeong
Copy link
Member

onpyeong commented Jul 5, 2023

빌드하면 Redis 관련한 에러가 뜨는데
io.lettuce.core.RedisCommandExecutionException: ERR invalid expire time in 'psetex' command
일단 제 문제인거 같아서 잘 돌아가면 머지해도 될 것 같아요!

@dong2ast dong2ast merged commit b82fcca into main Jul 7, 2023
@dong2ast dong2ast deleted the modify/#17-add-token-expired-time-set branch July 7, 2023 09:48
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.

[modify] login시에 토큰 만료 시간 클라에서 받아오는 것으로 변경
2 participants