使用 Google 身份验证设置节点服务器的先决条件

Prerequisites for setting up Node server with Google authentication

我正在尝试建立一个包含用户配置文件的基本网站,我想使用 passport-google might be the simplest way. But as far as I can tell, I need some account on the Google Cloud Platform 访问 API,这似乎不是一项免费服务。这不是什么大问题,但我真的不知道我需要众多产品中的哪一种,以及价格如何。

更简洁地说,我正在努力寻找我的

clientID: GOOGLE_CLIENT_ID,
clientSecret: GOOGLE_CLIENT_SECRET,

您可以按照此处的步骤注册您的客户端 ID 和客户端密码: https://developers.google.com/identity/sign-in/web/devconsole-project