How to use Redis to store secret Credit card data in Ionic APP?

Hey everyone…!
I am trying to build a demo app and want to use redis.js for secure storage of data. How can I implement it?
Please let me know ASAP.
How to store data in securely in ionic app, please share some links if available ?

I don’t think that ever storing credit card data client side is a good idea. You don’t even want to have it server side, but with your payment processor only who you communicate to via a token or similar.

1 Like