This repository was archived by the owner on Feb 2, 2024. It is now read-only.
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Add support for asynchronous encryption #48
Closed as not planned
Description
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 rt2zz/redux-persist#303.
Once redux-persist
supports asynchronous transforms then so can redux-persist-transform-encrypt
.