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

fix(secure-storage): method is inaccessible when device is not secure #3322

Merged
merged 1 commit into from
Feb 22, 2020

Conversation

gine
Copy link
Contributor

@gine gine commented Feb 21, 2020

The SecureStorage.create() method return SecureStorageObject only when the storage is secure, but we need SecureStorageObject to call secureDevice method and redirect the user to the secure device options.

Here a simple fix that riflects the cordova-plugin-storage-echo strategy.

fixes: #2486

…d is inaccessible when device is not secure
@danielsogl danielsogl self-assigned this Feb 22, 2020
@danielsogl danielsogl changed the title Fix #2486 secureDevice() method is inaccessible when device is not secure fix(secure-storage): method is inaccessible when device is not secure Feb 22, 2020
@danielsogl danielsogl added the target: patch This PR is targeted for the next patch release label Feb 22, 2020
@danielsogl danielsogl merged commit 300f75e into danielsogl:master Feb 22, 2020
danielzen added a commit to danielzen/ionic-native that referenced this pull request May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@ionic-native/secure-storage secureDevice() method is inaccessible when device is not secure
2 participants