maxdeviant / redux-persist-transform-encrypt

Encrypt your Redux store
MIT License
361 stars 63 forks source link

Add support for asynchronous encryption #48

Closed maxdeviant closed 9 months ago

maxdeviant commented 4 years ago

Asynchronous support was previously added in #5.

However, it was never fully working properly, as redux-persist does not support asynchronous transforms. Support for asynchronous transforms is tracked by https://github.com/rt2zz/redux-persist/issues/303.

Once redux-persist supports asynchronous transforms then so can redux-persist-transform-encrypt.

allindeveloper commented 3 years ago

I'm currently facing an issue with this.. please a solution would be really helpful

maxdeviant commented 3 years ago

@allindeveloper We can't add asynchronous encryption until redux-persist supports asynchronous transforms, so unfortunately this is blocked until that time.

It looks like redux-persist is not being actively developed anymore. The last commit to the repo was in September 2019.

Mihai-github commented 2 years ago

Hei, any update regarding the async matter? Or has anyone found a solution on how to pass to the encryptTransform function an async secretKey ?

Thanks