카테고리 없음
카카오 로그인
내이름효주
2024. 5. 22. 17:18
🔑 카카오 로그인
- Redirect URI - http://localhost:8010/login/oauth2/code/kakao 경로 설정
- Kakao username이 DB에 등록되고 로그인
- Kakao에서 받은 정보 확인
log.debug("attibutes : " + attributes);
Map attributesProperties = (Map) attributes.get("properties");
Map attributesKakaoAcount = (Map) attributes.get("kakao_account");
System.out.println(attributesProperties);