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] security jwt 를 이용한 로그인 및 회원가입 기능 추가 #31

Merged
merged 15 commits into from
Jan 5, 2024

Commits on Jan 4, 2024

  1. [feat] Oauth 및 jwt 의존성 추가

    Oauth 및 jwt 의존성 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    06e7fdd View commit details
    Browse the repository at this point in the history
  2. [fix] 생성되는 PK 값 discussion에서 제안한 값으로 통일

    생성되는 PK 값 discussion에서 제안한 값으로 통일
    id로 통일하되 컬럼 어노테이션 활용하여 id값 지정
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1fca8ba View commit details
    Browse the repository at this point in the history
  3. [feat] login 및 signup response request dto 추가

    login 및 signup response request dto 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    14af747 View commit details
    Browse the repository at this point in the history
  4. [fix] bCryptPasswordEncoder authconfig에서 설정 하도록 변경

    bCryptPasswordEncoder authconfig에서 설정 하도록 변경
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e2a4a4e View commit details
    Browse the repository at this point in the history
  5. [feat] SpringSecurityConfig 설정 추가

    SpringSecurityConfig 설정 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b956894 View commit details
    Browse the repository at this point in the history
  6. [feat] PrincipalDetails, AuthConfig 추가

    security 설정 클래스
    PrincipalDetails, AuthConfig 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f33bdde View commit details
    Browse the repository at this point in the history
  7. [docs] querydsl generated Qclass gitignore 등록

    querydsl generated gitignore 등록
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    27de5b3 View commit details
    Browse the repository at this point in the history
  8. [feat] JwtAuthenticationFilter 추가

    JwtAuthenticationFilter 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c78acdd View commit details
    Browse the repository at this point in the history
  9. [feat] JwtAuthorizationFilter 추가

    JwtAuthorizationFilter 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    eaee247 View commit details
    Browse the repository at this point in the history
  10. [feat] JWT 설정 클래스들 추가

    JWT 설정 클래스들 추가
    JwtKey, JwtProperties, JwtProvider, SigningKeyResolver 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a4cee6f View commit details
    Browse the repository at this point in the history
  11. [feat] jwt token test api 추가

    jwt token test api 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    cde08f6 View commit details
    Browse the repository at this point in the history
  12. [feat] login, testjwt http 파일 추가

    login, testjwt http 파일 추가
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a143409 View commit details
    Browse the repository at this point in the history
  13. [fix] Authconfig에서passwordEncode참조 하도록 변경

    appconfig에서passwordEncode bean을 등록 하고
    Authconfig 에서 passwordEncode를 참조 하도록 변경
    liyusang1 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8293f8c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. [fix] GlobalExceptionRestAdvice 수정

    GlobalExceptionRestAdvice 수정
    liyusang1 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5cffe84 View commit details
    Browse the repository at this point in the history
  2. [feat] check-duplicated-email 추가

    check-duplicated-email 추가
    liyusang1 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f466f96 View commit details
    Browse the repository at this point in the history