🏄 OAuth 2.0

- Request token
- User login & consent
- Authorization code
- Exchange code for token
- Token response
- Use token to call Google API
👾 Google Login 구현해보기

Passport 라이브러리 설치
npm install \
express-session \
passport \
passport-google-oauth20
👉 Google 로그인 인증 키 발급
1️⃣ Google Cloud Platform 접속하기
2️⃣ Project 생성하기
