redux-persist-transform-encrypt icon indicating copy to clipboard operation
redux-persist-transform-encrypt copied to clipboard

Add support for asynchronous encryption

Open maxdeviant opened this issue 3 years ago • 3 comments

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.

maxdeviant avatar Oct 17 '20 02:10 maxdeviant

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

allindeveloper avatar Jun 11 '21 10:06 allindeveloper

@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.

maxdeviant avatar Jun 11 '21 14:06 maxdeviant

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

Mihai-github avatar Apr 11 '22 17:04 Mihai-github