File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
backend/src/test/resources Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 99 contents : read
1010 env :
1111 PROJECT_DIR : backend
12+ KAKAO_CLIENT : ${{ secrets.KAKAO_CLIENT }}
13+ KAKAO_SECRET : ${{ secrets.KAKAO_SECRET }}
1214 steps :
1315 - uses : actions/checkout@v4
1416
Original file line number Diff line number Diff line change 88 init :
99 mode : never
1010
11+ security :
12+ oauth2 :
13+ client :
14+ registration :
15+ kakao :
16+ client-name : Kakao
17+ client-id : ${KAKAO_CLIENT}
18+ client-secret : ${KAKAO_SECRET}
19+ redirect-uri : " {baseUrl}/{action}/oauth2/code/{registrationId}"
20+ authorization-grant-type : authorization_code
21+ client-authentication-method : client_secret_post
22+ provider :
23+ kakao :
24+ authorization-uri : https://kauth.kakao.com/oauth/authorize
25+ token-uri : https://kauth.kakao.com/oauth/token
26+ user-info-uri : https://kapi.kakao.com/v2/user/me
27+ user-name-attribute : id
28+
1129file :
1230 thumbnail-path : images/thumbnail/ # 이후 배포 환경에서는 바꾸면 될 듯
1331 default-thumbnail-url : /images/thumbnail/default.png
You can’t perform that action at this time.
0 commit comments