Skip to content

[Feat] 로그인 구현 #4

Description

@saranghein

💻 구현할 기능

  • Spring Security 를 구성한다.
  • 소셜 로그인 , 로컬 로그인 기능을 구현한다.
common
└─ auth
   ├─ config       # SecurityFilterChain, 인증 관련 CORS 설정
   ├─ filter       # 인증 필터
   └─ handler      # 인증 실패·접근 거부 처리

member
├─ controller      # 로그인 API
├─ service         # 회원 확인과 로그인 처리
└─ dto             # 로그인 요청·응답

🛠️ 기술 사항 (선택 사항)

No response

✅ 세부 작업 목록 (To-Do)

  • 로그인 정책 Redis를 이용해 구현
  • 로그인 기능 구현

🏁 완료 조건 (Acceptance Criteria)

No response

Activity

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

Metadata

Metadata

Assignees

Labels

✨ Feature새 기능 혹은 요구 사항🐣 이슬이슬 담당 파트👑 MVP최소 기능 제품(MVP)에 포함되는 핵심 기능

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions