nativescript-secure-storage icon indicating copy to clipboard operation
nativescript-secure-storage copied to clipboard

:closed_lock_with_key: NativeScript plugin for secure local storage of fi. passwords

Results 28 nativescript-secure-storage issues
Sort by recently updated
recently updated
newest added

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

I have 2 iOS mobile apps with added AppGroup capability. Is there a way to share storage for this group using current plugin?

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hi Eddy! Thanks for the great work, this plugin has helped me a lot. I observed some weird behavior though, which I do not think is expected. I store data...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Current latest version (3.0.0) files are different from release tag. For example `disableFallbackToUserDefaults` is missing in the released version, while it was clearly meant to be in the release (https://github.com/EddyVerbruggen/nativescript-secure-storage/blob/b4c97f92ddd96d2e0e9e825626295e8c05b563fc/src/secure-storage.ios.ts)....

This is strange though, the Remove All Options do not work with iOS Security keys. With, ``` let secureStorage = new SecureStorage(); console.log(secureStorage.getSync({ key: "KEY" })); secureStorage.removeAllSync(); console.log(secureStorage.getSync({ key: "KEY"...

Hi @EddyVerbruggen, I remarque since a few days that the `uuid` on ios change for each install ! do you think this happen because the plugin clear all data about...

So i was in the process of getting webpack/aot working in an application, and something weird happened: when i try to use the securestorage i got the following error: ```...

bug
Android