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

refactor: 유저정보 업데이트 시, 액세스토큰 발급으로 변경 #71

Merged
merged 16 commits into from
Nov 8, 2023

Conversation

Yonge2
Copy link
Contributor

@Yonge2 Yonge2 commented Nov 7, 2023

토큰 내에 유저가 요청에 필요한 정보들을 담아서 사용하는데,
정보 업뎃을 하면 토큰 내 정보가 유효하지 않습니다.

그래서 업데이트 후 엑세스 토큰 재발급으로 변경했습니다.

close #58

@Yonge2 Yonge2 self-assigned this Nov 7, 2023
src/user/userInfo/userInfo_router.ts Outdated Show resolved Hide resolved
src/user/userInfo/userInfo_router.ts Outdated Show resolved Hide resolved
@Yonge2 Yonge2 marked this pull request as draft November 7, 2023 12:36
@Yonge2 Yonge2 marked this pull request as ready for review November 8, 2023 08:30
@Yonge2 Yonge2 requested a review from scarf005 November 8, 2023 09:16
@Yonge2 Yonge2 merged commit 78949a1 into wanted-7h:main Nov 8, 2023
6 checks passed
@Yonge2 Yonge2 deleted the userInfo branch November 8, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

유저정보 업데이트 후 토큰 재발급
2 participants