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

Feat: auth 관련 기능 구현 #236

Merged
merged 5 commits into from
Oct 7, 2024
Merged

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    107b9e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge branch 'develop' of https://github.com/Codiary-UMC-6th/Backend-…

    …Codiary into feature/#228-token-refresh
    
    # Conflicts:
    #	src/main/java/com/codiary/backend/domain/member/controller/MemberController.java
    lee-haeseung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    78c5e55 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. #228 Feat: Redis를 이용한 로그아웃 구현

    refresh token redis에 blacklist로 추가
    lee-haeseung committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    bcdbad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da68e39 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. #228 Refactor: 기존 로그인 부에서 필요 없는 코드 제거

    기존에 로그아웃하면 DB에 blacklist 처리 진행했었음.
    redis 활용하면서 해당 부분 삭제 처리
    lee-haeseung committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    0b4b343 View commit details
    Browse the repository at this point in the history