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

[Server/auth] accessToken 유효한지 검증 로직 작성 #83

Merged
merged 2 commits into from
Nov 21, 2022

Conversation

soomanbaek
Copy link
Member

Issues

🤷‍♂️ Description

AccessToken이 유효한지 검증하는 strategy, guard 생성

📷 Screenshots

자기 자신에 대한 정보를 가져오는 API 실행시

  • 유효한 accessToken
    스크린샷 2022-11-21 오후 12 23 48

  • 유효하지 않은 accessToken
    스크린샷 2022-11-21 오후 12 23 59

  • accessToken은 유효하지만 user정보가 DB에 없음
    스크린샷 2022-11-21 오후 12 29 43

- accessToken이 유효하지 않으면 401에러 발생
@soomanbaek soomanbaek added 🌐 server 서버 작업 ✨ feature 기능 추가 labels Nov 21, 2022
@soomanbaek soomanbaek added this to the ⛰️ Week2 milestone Nov 21, 2022
@soomanbaek soomanbaek self-assigned this Nov 21, 2022
@NaayoungKwon
Copy link
Collaborator

주말에도 구현하느라 고생했습니다.
3주차도 같이 열심히 해봅시다 :)

@NaayoungKwon NaayoungKwon merged commit e16ad9b into dev-be Nov 21, 2022
@soomanbaek soomanbaek deleted the feature/auth branch November 21, 2022 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 기능 추가 🌐 server 서버 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants