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

6th seminar : 기본과제 + 심화과제 #4

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

YuSuhwa-ve
Copy link
Collaborator

@YuSuhwa-ve YuSuhwa-ve commented Jun 20, 2023

기본과제

세미나 때 코드

심화과제

기본과제에

  • 설정 파일들(build.gradle, yaml)에 redis 의존관계추가

  • 리프레쉬 토큰을 레디스에 저장하기위해 리프레시 토큰 도메인 생성

  • 리프레쉬토큰을 레디스에서 관리하기위해 리프레쉬 토큰 레포지토리 생성

  • 리프레쉬토큰 도메인과 레포지토리를 사용하여 회원가입로직

    • 유저의 이메일-비번이 맞으면
    • 리프레시토큰 생성 및 레디스에저장 구현
    • 리프레시토큰을 사용해 엑세스 토큰 생성
  • 리프레쉬토큰 도메인과 레포지토리를 사용하여 엑세스토큰 재발급 로직

    • 받아온 리프레쉬토큰을 사용해 엑세스토큰 생성

를 했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant