목록혼자하기/연습 1) OAuth (12)
오래 못 할 짓 하지 않기

https://cloud.google.com/free/?utm_source=google&utm_medium=cpc&utm_campaign=japac-KR-all-en-dr-BKWS-all-core-trial-EXA-dr-1605216&utm_content=text-ad-none-none-DEV_c-CRE_668690472449-ADGP_Hybrid+ 이 주소에 가서 API 권한을 받고 그에 대한 access id랑 비밀번호를 받는다. 이 형태에 맞게 넣어두자. 코드 ▼ 더보기 #registration spring.security.oauth2.client.registration.google.client-name=google spring.security.oauth2.client.registration.goo..

https://developers.naver.com/main/ 여기에서 API를 신청해서 access id와 password를 받는다. 받은 뒤에는 properties 파일에서 수정해준다. 2번 줄 : 가져올 서비스 이름 3,4번 줄 : 가져올 때 사용하는 id와 비밀번호 5번 줄 : 응답을 받을 url 6번 줄 : 응답을 받을 형태 7번 줄 : 응답 받을 내용 (아래는 추가 사항) 코드▼ 더보기 #registration spring.security.oauth2.client.registration.naver.client-name=naver spring.security.oauth2.client.registration.naver.client-id= 받은 id spring.security.oauth2.clie..