-
Hi!
I'm working on complex system, main part of which is ActionHero (actually it is great, thanks!). System is complicated, so I want to split it on microservices and each of them will do specific …
-
Do we have any possibility to override the data that will be persisted and retrieved?
The goal is to combine [crypto-js](https://github.com/brix/crypto-js) in order to crypt the registered data like …
-
**I'm submitting a ...** (check one with "x")
- [X] question
- [ ] any problem or bug report
- [ ] feature request
**If you choose 'problem or bug report', please select OS:** (check one w…
-
I'm trying to add Secure Storage plugin to my ionic app following the instructions below:
http://ionicframework.com/docs/native/secure-storage/
I added the plugin to my app's module to the provide…
-
Hello,
I have tried, but I can't seem to get this to work with Ionic 3. It will work if I do `ionic cordova build --release android` but not if I do `ionic cordova build --prod --release android`…
-
can you please help me ?
` java.lang.IllegalStateException: could not generate key in keystore
at android.security.AndroidKe…
-
### Description
cannot test release variant on android.
### Reproduction
in console at root of project run
`react-native run-android --variant=release`
JS server already running.
Runni…
-
The issue is that I dont know of a way to differ between "device just not having sufficient screen lock set up exception" and possibly some other exceptions occurring during SecureStorage initializati…
-
How to reproduce:
1. Login to your account
2. Close the app and remove it from the task view
3. Reopen the app
4. Call `reauthenticate()`
**IS:**
Error: _Not logged in with google_ or _Not …
-
I am creating an Ionic application. This is my method I am executing...
```
saveDetails(){
this.secureStorage.create('test')
.then((storage: SecureStorageObject) => {
setTimeout(() =>…
ghost updated
7 years ago