我在nodejs中有以下路由
这是users.js路由
router.post('/users/login', function(request, response) {
// let user login here and do all of the logic.
// Once done then redirect user to dashboard in dashboard.js file
response.redirect('/dashboard');
});
这是dashboard.js路由
router.get('
我使用Google login Node登录,然后将GIDGoogleUser.authentication.idToken传递给服务器,然后在iOS JS中进行验证。下面代码中的验证工作正常。"payload“var对于用户的基本信息是正确的。
如何将idToken转换为可用于对people.get端点进行git的凭据?(我想知道用户是否在使用默认的谷歌头像,这可以从people.get端点获得。)这似乎在任何地方都没有文档记录。
var auth = new GoogleAuth;
var client = new auth.OAuth2(GoogleUtils.cli