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] Spring Security + JWT Cookie 일반 로그인 구현 #20

Merged
merged 6 commits into from
Oct 2, 2024

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    b03b339 View commit details
    Browse the repository at this point in the history
  2. feat: jwt에서 loginId를 memberId로 변경

    - OAuth 로그인 시 loginId가 없어 jwt에서 문제가 발생하여 수정
    ss0ngcode committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    752d77e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. feat: PR리뷰 내용 반영

    - format 변경
    - 조회 관련 method permitall 처리
    - swagger api 조회 문제 해결
    - JwtAuthFilter에서 token 없어도 다음 필터로 이동하도록 수정
    - AuthController에서 findMemberByLoginId와 validation 로직 통합
    ss0ngcode committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5139ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e387788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae632a5 View commit details
    Browse the repository at this point in the history