Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable keychain item name #474

Open
slevental opened this issue Sep 9, 2024 · 0 comments
Open

Customizable keychain item name #474

slevental opened this issue Sep 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@slevental
Copy link

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

@slevental slevental added enhancement New feature or request triage Issues that need to be triaged labels Sep 9, 2024
@brnnmrls brnnmrls removed the triage Issues that need to be triaged label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants