NativeScript / NativeScript/plugins

[@nativescript/google-signin] - Signin does returns undefined for serverAuthCode

未关闭
#644 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
TypeScript
星标
206
派生
123
平均合并
2 天 1 小时
30 天内合并 PR
1

描述

While implementing the pacakge i see that in the response the serverAuthCode comes as undefined. I do get accessToken and the idToken. Because of the way our backend works we need the serverAuthCode . Is it know to not be working or might i be doing something wrong?
i'm configuring it like this
GoogleSignin.configure({
signInOptions: 'default',
clientId: environment.google_login_ios_client_id,
serverClientId: environment.google_login_server_client_id,
});
in the main.ts of the app before starting the app up
Using the versions:

  • "@nativescript/google-signin": "^2.1.1",
  • "@nativescript/core": "~8.9.2",

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

使用 @nativescript/google-signin 2.1.1,根据 main.ts 中显示的配置重现登录流程,并检查该 package 对 serverClientId 和 serverAuthCode 的处理。将响应与报告中的 accessToken 和 idToken 值进行比较;完成标准是确定是否应返回 serverAuthCode,或记录该限制及所需的配置。

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
authentication, mobile
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。