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

Storing secure data under touch-id #56

Closed
perry-mitchell opened this issue Oct 28, 2017 · 2 comments
Closed

Storing secure data under touch-id #56

perry-mitchell opened this issue Oct 28, 2017 · 2 comments

Comments

@perry-mitchell
Copy link

Hi!

I'm sorry to post this here, if it's out of place.. but I've not found any answers that would help me understand what the relationship is with touch ID, this project and authentication.

I would like to store secure information on the device and have it only accessible via touch ID, from this library. This would be ideal if there were some token or key exposed by touch ID authentication, but I haven't found anything in touch-id docs that would elude to such a thing existing.

Is there something I'm missing, or is the intention behind touchID just different?

@sunto
Copy link
Collaborator

sunto commented Oct 28, 2017

Hi Perry,

For storing secure information what you want to use something like Keychain. This library is meant for you to easily implement the touch id flow, and to handle a successful authentication via touch id (upon success - access features, retrieve keychain info, etc.)

@perry-mitchell
Copy link
Author

Thanks @sunto! That's a great answer 👍

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

No branches or pull requests

2 participants