NativeScript / NativeScript/plugins
[@nativescript/google-signin] - Signin does returns undefined for serverAuthCode
還沒有人認領這個 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",
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 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