react-native-keychain
react-native-keychain copied to clipboard
authenticationPrompt does not work in getInternetCredentials
It seems like authenticationPrompt
is only working for getGenericPassword
, contrary to the docs in README.md
.
We just need to pass in options[kAuthenticationPromptMessage]
into (__bridge NSString *)kSecUseOperationPrompt: options[kAuthenticationPromptMessage]
in RNKeychainManager.m
.
hi! Thanks for reporting! Please open a PR if you believe we have a bug / feature missing, thanks!
https://github.com/oblador/react-native-keychain/pull/471
@vonovak @OleksandrKucherenko @pcoltau This is the pr with the fix for the above situation
@oblador How can we get this approved and merged in the next release? Thank you.
I've pushed a fix for this 2 weeks ago, unfortunately there is no movement in the review processs. I wonder what can I do to move this forward.
This has been fixed and merged. @vonovak do you think a fix version can be released? Then we can close this. Thanks