【发布时间】:2020-10-13 11:42:59
【问题描述】:
我正在尝试获取 Google oAuth clientId,但它说:
To create an OAuth client ID, you must first set a product name on the consent screen
所以,当我点击配置同意屏幕时:
在我的应用程序中,我使用的是 passport.js 和谷歌的 oAuth20。我的应用程序可以让任何人使用谷歌帐户登录。为此,我需要clientId。
但它说选择Internal 和External 选项。我不知道这是什么。之前没有同意屏幕。
我该怎么办?
【问题讨论】:
标签: node.js oauth-2.0 passport.js google-oauth passport-google-oauth