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#11 #12

Closed
wants to merge 12 commits into from
Closed

Feat#11 #12

wants to merge 12 commits into from

Commits on May 26, 2023

  1. feat: Spring Security μ„€μ • 및 User μ—”ν‹°ν‹° μˆ˜μ •

    - Spring Security μ˜μ‘΄μ„± μΆ”κ°€
    - SecurityConfig μ„€μ •
    - User Entity
    minnseong committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7130357 View commit details
    Browse the repository at this point in the history
  2. feat: μ„œλΉ„μŠ€ 자체 νšŒμ›κ°€μž… κ΅¬ν˜„

    - UserController, UserService, UserRepository
    - (email, password, nickname) λΆ€ν„° 자체 νšŒμ›κ°€μž… κ΅¬ν˜„
    minnseong committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f3cfa75 View commit details
    Browse the repository at this point in the history
  3. feat: jwtService κ΅¬ν˜„

    - jwt μ˜μ‘΄μ„± μΆ”κ°€
    - accessToken, refreshToken에 λŒ€ν•œ λ©”μ„œλ“œ μΆ”κ°€
    minnseong committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3b2ec73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecba4de View commit details
    Browse the repository at this point in the history
  5. feat: 둜그인 κΈ°λŠ₯ κ΅¬ν˜„

    - Login ν•„ν„°/μ„œλΉ„μŠ€ κ΅¬ν˜„
    - Login 성곡/μ‹€νŒ¨ ν•Έλ“€λŸ¬ κ΅¬ν˜„
    - JWT μ„€μ • 파일 μΆ”κ°€
    minnseong committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5845bb5 View commit details
    Browse the repository at this point in the history
  6. bug: 버그 μˆ˜μ •

    - PasswordEncoder 쀑볡 μ£Όμž… ν•΄κ²°
    - request.getRequestURL() -> request.getRequestURI()
    - νšŒμ›κ°€μž…μ‹œ, ROLE μ„€μ •
    minnseong committed May 26, 2023
    Configuration menu
    Copy the full SHA
    563a04a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. feat: oauth μ˜μ‘΄μ„± μΆ”κ°€

    - oauth μ˜μ‘΄μ„± μΆ”κ°€
    - application-oauth.yml μΆ”κ°€
    minnseong committed May 27, 2023
    Configuration menu
    Copy the full SHA
    272f413 View commit details
    Browse the repository at this point in the history
  2. feat: Google OAuth2 맞좀 클래슀 μΆ”κ°€

    - CustomOAuth2UserService
    - GoogleOAuth2UserInfo
    minnseong committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0999882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f6481 View commit details
    Browse the repository at this point in the history
  4. feat: SecurityConfig OAuth2 μΆ”κ°€

    - SecurityConfig OAuth2 μΆ”κ°€
    - application μˆ˜μ •
    minnseong committed May 27, 2023
    Configuration menu
    Copy the full SHA
    d4e1910 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. bug: λ³€κ²½ 감지 λ°œμƒ X

    - @transaction μ—†μ–΄ λ³€κ²½ 감지가 μΌμ–΄λ‚˜μ§€ μ•ŠμŒ.
    minnseong committed May 30, 2023
    Configuration menu
    Copy the full SHA
    077407c View commit details
    Browse the repository at this point in the history
  2. feat: Oauth2.0 ν…ŒμŠ€νŠΈ 및 μΊμŠ€νŒ… 버그 μˆ˜μ •

    - Get /jwt-test ν…ŒμŠ€νŠΈ
    - casting User to UserDetails 버그 μˆ˜μ •
    minnseong committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4af1cbf View commit details
    Browse the repository at this point in the history