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

[박원종/장현웅] 프리코스 미션 제출합니다. #19

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

Commits on Nov 2, 2024

  1. docs: 아이디와 비밀번호 기반 로그인 구현 요구사항 추가

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    27e8b1e View commit details
    Browse the repository at this point in the history
  2. feat: 아이디와 비밀번호 확인 기능 추가

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f2decaa View commit details
    Browse the repository at this point in the history
  3. feat: session 에 인증정보 저장

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8dda0fd View commit details
    Browse the repository at this point in the history
  4. docs: Basic 인증 구현 요구사항 추가

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    56accb0 View commit details
    Browse the repository at this point in the history
  5. feat: Basic 유저 정보 추출

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    fc19cae View commit details
    Browse the repository at this point in the history
  6. feat: member 인증 기능 추가

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8fa05b3 View commit details
    Browse the repository at this point in the history
  7. feat: session 에 인증정보 저장

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    507014b View commit details
    Browse the repository at this point in the history
  8. docs: 인터셉터 분리 기능 요구 사항 추가

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    480cca5 View commit details
    Browse the repository at this point in the history
  9. feat: LoginController에서 IdPasswordAuthInterceptor로 인증 방식 분리

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    be162d7 View commit details
    Browse the repository at this point in the history
  10. feat: MemeberController에서 BasicAuthInterceptor로 인증 방식 분리

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    029e22b View commit details
    Browse the repository at this point in the history
  11. docs: 인증 로직과 서비스 로직 간의 패키지 분리 기능 요구 사항 추가

    박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    608228d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. feat: 패키지 분리 및 리팩토링

    박원종/웹서비스서버개발Cell/Kia committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f688bd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. feat: SecurityFilterChain 적용

    박원종/웹서비스서버개발Cell/Kia committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fbe5133 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. feat: SecurityFilterChain 적용-2

    박원종/웹서비스서버개발Cell/Kia committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e055d6d View commit details
    Browse the repository at this point in the history
  2. refactor: member 리팩토링

    박원종/웹서비스서버개발Cell/Kia committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    efdc585 View commit details
    Browse the repository at this point in the history
  3. feat: AuthenticationManager를 활용한 인증 추상화

    박원종/웹서비스서버개발Cell/Kia committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cc980c2 View commit details
    Browse the repository at this point in the history