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

feature/kakao login #16

Merged
merged 7 commits into from
Apr 28, 2022
Merged

feature/kakao login #16

merged 7 commits into from
Apr 28, 2022

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    c3e71ad View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of https://github.com/Ajou-Travely/BE-API into feaโ€ฆ

    โ€ฆture/kakao_login
    
    ๏ฟฝ Conflicts:
    ๏ฟฝ	build.gradle
    ๏ฟฝ	src/main/java/com/ajou/travely/domain/user/User.java
    ๏ฟฝ	src/main/resources/application.yml
    ErranderLee committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0779162 View commit details
    Browse the repository at this point in the history
  3. feat :

     - User Builder์— kakaoId ์ถ”๊ฐ€
     - ์„ธ์…˜ ์ƒ์„ฑ ์„ค์ • ์ถ”๊ฐ€
     - yml ํŒŒ์ผ์˜ ๋ณ€์ˆ˜ ์ฝ์–ด์˜ค๋„๋ก ์–ด๋…ธํ…Œ์ด์…˜ ์ถ”๊ฐ€
    
    test :
     - User Builder ์ˆ˜์ •์— ๋”ฐ๋ฅธ ํ…Œ์ŠคํŠธ ์ˆ˜์ •
     - kakaoId๋กœ User ์ฐพ๊ณ  ํšŒ์›๊ฐ€์ž… ์—ฌ๋ถ€ ๋ฐ˜ํ™˜ํ•˜๋Š” ํ…Œ์ŠคํŠธ ์ž‘์„ฑ
    ErranderLee committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    aca3927 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. test :

     - Security Context์— kakaoId๊ฐ€ ๋“ค์–ด๊ฐ€๋Š”์ง€ Test
    ErranderLee committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9e83461 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. feat :

     - ์ธ์ฆ๊ฐ์ฒด์ธ CustomAuthentication ์ƒ์„ฑ
     - UserCreateRequestDto์— kakaoId๋ฅผ ํฌํ•จ
     - ๋กœ๊ทธ์ธ ์‹œ ๋ฐ˜ํ™˜ ํƒ€์ž…์„ JSONObject๋กœ ๋ณ€๊ฒฝํ•˜์—ฌ status(์ƒํƒœ์ฝ”๋“œ)์™€ kakaoId๋ฅผ ๋ฐ˜ํ™˜.
    test :
     - ๋กœ๊ทธ์ธ ์‹œ ๋ฐ˜ํ™˜ ํƒ€์ž…์„ JSONObject๋กœ ๋ณ€๊ฒฝํ•จ์— ๋”ฐ๋ฅธ ํ…Œ์ŠคํŠธ ์ˆ˜์ •.
    ErranderLee committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e2220d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. refactor :

     - ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š” import ์ œ๊ฑฐ
    ErranderLee committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0cbca94 View commit details
    Browse the repository at this point in the history
  2. refactor :

     - ๋ฉ”์„œ๋“œ ๋ช… ์นด๋ฉœ์ผ€์ด์Šค๋กœ ์ˆ˜์ •
    ErranderLee committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    aabcb76 View commit details
    Browse the repository at this point in the history