We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e852204 commit 54e7d1fCopy full SHA for 54e7d1f
1 file changed
docs/client.rst
@@ -37,6 +37,12 @@ user or context.
37
You SHOULD NOT call any other methods on the :class:`~fints.client.FinTS3Client` object
38
after calling :func:`~fints.client.FinTS3Client.deconstruct`.
39
40
+.. warning::
41
+
42
+ The data bassed to :func:`~fints.client.FinTS3Client.set_data` **MUST NOT** be from an untrusted source.
43
+ Even if stored in a trusted location, we recommend using a HMAC or a similar mechanism to prevent unexpected
44
+ tampering.
45
46
47
Keeping the dialog open
48
-----------------------
0 commit comments