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

Check for Existing Secret #281

Open
Dahmsk opened this issue Oct 22, 2020 · 1 comment
Open

Check for Existing Secret #281

Dahmsk opened this issue Oct 22, 2020 · 1 comment
Labels
feature Request feature

Comments

@Dahmsk
Copy link

Dahmsk commented Oct 22, 2020

Feature Request

To check whether or not a secret exists.

Feature Description

I love the addition of storing secrets with the new version 4.0.0.
I would like to use this to store credentails and allow my users to login via faceId oder fringerprint. But right now I dont see a way to know whether or not a user has previously saved a secret (his credentials).

Did I miss something or is this feature not existant? If so is it planed?

Also I wanted to say thank you for your work, This plugin is awesome.

@Dahmsk Dahmsk added the feature Request feature label Oct 22, 2020
@leolio86400
Copy link
Contributor

The problem I had while working on the plugin was that iOS ask you to pass the biometric test to find out if the key is present in the keystore.
A simple solution is to store a flag in your storage (local storage/native storage or else...) to say that the secret is already set.

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

No branches or pull requests

2 participants