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 재발행 로직 구현, 로그아웃 로직 구현 #87

Merged
merged 10 commits into from
Nov 21, 2022

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    ced21c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83010ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7ab173 View commit details
    Browse the repository at this point in the history
  4. feat: Jwt 토큰 검증 guard 설정

    - 변경 전 : accessToken만 검증
    - 변경 후 : accessToken, refreshToken 검증
    soomanbaek committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b07d70d View commit details
    Browse the repository at this point in the history
  5. feat: Jwt 토큰 검증 strategy 설정

    - 변경 전 : accessToken만 검증
    - 변경 후 : accessToken, refreshToken 검증
    soomanbaek committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    df4abce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3ca4c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6143fd9 View commit details
    Browse the repository at this point in the history
  8. feat: 로그아웃 기능 구현 및 리펙토링

    리펙토링 내용
    - token 발행하는 로직 auth.service에서 따로 분리
    soomanbaek committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0a6fe59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    369b474 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e42299e View commit details
    Browse the repository at this point in the history