Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- vscode
- vercel
- git
- CORS
- 리터럴
- array정적메서드
- 프로그래머스
- nextjs
- domain
- 코드카타
- 코테
- 모던자바스크립트
- React
- deep dive
- 모던 자바스크립트
- js
- 스파르타코딩클럽
- error
- 소셜 로그인
- 내일배움캠프
- 자주 까먹는
- useRouter
- 프로젝트 셋팅
- 구글 로그인
- 초기셋팅
- 코딩테스트
- 셋팅
- 티스토리챌린지
- Next
- 오블완
- Today
- Total
파피루스
[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
'Today I Learned > in dev' 카테고리의 다른 글
[google oauth] localhost 에서 400 오류 : redirect_uri_mismatch 오류 해결 (0) | 2024.09.04 |
---|---|
[next/react] google 로그인 구현하기 (2) : 액세스 토큰 받기 (0) | 2024.09.04 |
jsx/tsx, single quote 설정 (prettierrc, eslint) (0) | 2024.09.01 |
warning: in the working copy of 'app/globals.css', LF will be replaced by CRLF the next time Git touches it (2) | 2024.08.31 |
console warning 잡기 (0) | 2024.08.04 |