CodingZeal/redux-persist-sensitive-storage

How to verify it is working?

erksch opened this issue · 1 comments

Hey!

I followed the README and used the secured storage.
But how can I be sure it is working correctly?

Regards

If you can persist your Redux store and read it back, then it is working. If you're asking how to tell that the storage is actually secure, I'm not sure. We delegate to the react-native-sensitive-info library for that part, so I'd read their documentation about that or ask about it there.