-
Notifications
You must be signed in to change notification settings - Fork 0
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
인가를 위해 사용하는 token #18
Labels
enhancement
New feature or request
Comments
seo-wo
added a commit
that referenced
this issue
Dec 1, 2023
for signup add google middleware to verify google access_token #18
seo-wo
added a commit
that referenced
this issue
Dec 1, 2023
for other modules, have to change entity name User to UserEntity #18
seo-wo
added a commit
that referenced
this issue
Dec 1, 2023
from auth.controller to auth.service #18
seo-wo
added a commit
that referenced
this issue
Dec 1, 2023
google AT and jwt RT use cookie, jwt AT will use localstorage #18
Merged
seo-wo
added a commit
that referenced
this issue
Dec 1, 2023
seo-wo
added a commit
that referenced
this issue
Dec 5, 2023
add refresh token guard and strategy #18
seo-wo
added a commit
that referenced
this issue
Dec 5, 2023
seo-wo
added a commit
that referenced
this issue
Dec 13, 2023
when signup, get image url as profile image #18
seo-wo
added a commit
that referenced
this issue
Dec 13, 2023
manage refresh token in User table #18
seo-wo
added a commit
that referenced
this issue
Dec 13, 2023
This was
linked to
pull requests
Dec 30, 2023
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
기능 설명
jwt로 서명을 한 access_token과 refresh_token을 발행을 합니다.
현재 access_token을 프론트 url의 파라미터로 넘겨주고 있고 (프론트의 local storage에 간편히 저장하기 위해)
refresh_token은 쿠키로 전송하고 있습니다.
구현을 할 내용은 다음과 같습니다.
논의를 해볼 내용은 다음과 같습니다.
The text was updated successfully, but these errors were encountered: