하루 기록

[next/react] google 로그인 구현하기 (1) : oauth client id 발급 받기 본문

Today I Learned/in dev

[next/react] google 로그인 구현하기 (1) : oauth client id 발급 받기

떼굴펜 2024. 9. 4. 14:53

구글 로그인을 구현하기 위해 설정부터 해보자

 

1. 사용자 인증 정보, oauth client id를 발급받자

https://console.cloud.google.com/apis/credentials

아 동의 화면이 없어서 oauth client id 발급이 어렵다고 한다...

0. 동의화면 구성하기

 

1. 다시 처음에 시도했던 oauth client id 발급 받자

나는 웹 애플리케이션이라서 요고 선택했다.

 

 

 

 

참고 문서 : https://developers.google.com/identity/protocols/oauth2/javascript-implicit-flow?hl=ko