We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e401a commit 2b44d0eCopy full SHA for 2b44d0e
README.md
@@ -104,9 +104,9 @@ const config = {
104
}],
105
toDecrypt: [
106
{
107
- /* path to element with encryption fields in the response json body */
+ /* path to element where to store decrypted fields in response object */
108
element: "path.to.encryptedFoo",
109
- /* path to object where to store decrypted fields in response json body */
+ /* path to object with encryption fields */
110
obj: "path.to.foo"
111
}
112
]
0 commit comments