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

keychain/android: let client app access keychain from native code #220

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgenov
Copy link

@mgenov mgenov commented Jun 26, 2019

This change extracts the Keychain related code into a separate class which to be used by the client apps which would like to access it from the native side.

Fixes #219

@mgenov mgenov force-pushed the extract_keychain branch 3 times, most recently from c2b8973 to 78b9e3f Compare June 28, 2019 09:39
Copy link

@rishabhyadavv rishabhyadavv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. This will resolve issue of fetching credential in native.
Example: I am using Share Intent for sharing image or files to other user. I require credentials for same but i can only get same if parent app is running since this require react native context.

@vonovak
Copy link
Collaborator

vonovak commented Dec 5, 2019

Hi and thank you for the PR, unfortunately this is a little too big for a proper review and since we don't have any tests, I'm afraid this could break things. I'll try to get back to this but if you can think of a way to deliver this in a more review-friendly way, that would be nice. Thanks.

This change extracts the Keychain related code into separate class which
to be used by the client apps which would like to access it from the
native side.
@Aoi-Takahashi
Copy link

@vonovak @mgenov Hi!This PR has been in the works for quite some time and still does not appear to have been merged. Is there an equivalent of this feature currently built into this library? I have encountered a use case for this PR and am struggling with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

access keychain from native code
4 participants