googleaccesstoken
-
GET google api access token (with gapi, no firebase)FrontEnd/Bootcamp 2021. 9. 24. 03:40
*** 이 포스팅은 작성자의 경험을 바탕으로 작성되었으며, 사실과 다른 부분이 있을 수 있습니다 *** 클라이언트 React, 서버 Node.js(Express)를 사용합니다. 요약 Google은 현재 인증 방법 업데이트 중. 로그인은 새로운 라이브러리 https://accounts.google.com/gsi/client (문서: https://developers.google.com/identity/gsi/web/guides/client-library), google api 접근을 위한 OAuth 2.0은 기존 라이브러리 https://apis.google.com/js/api.js 를 사용한다. (문서: https://developers.google.com/identity/protocols/oauth2)..