google / google/GoogleSignIn-iOS

Customizable keychain item name

未关闭
#474 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Objective-C
星标
750
派生
282
平均合并
2 天 15 小时
30 天内合并 PR
9

描述

**Is your feature request related to a problem you're having? Please describe.**
Currently library is storing the token within the keychain using the hardcoded name "auth" that is not customizable, we would like to test different versions (debug/release) of the application at the same machine and sometimes we found the system in a broken state, where the token is not correctly identified.

**Describe the solution you'd like**
We would like a bundle configuration control over the name of the keychain's item. Ideally, adding a new key to Info. list would control which name the keychain item should have. (right now, it's always equal to "auth", and it's set via `kGTMAppAuthKeychainName` const)

**Describe alternatives you've considered**
Alternatives would be using a different library for authorization

**Additional context**

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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