Skip to content

Commit 54e7d1f

Browse files
committed
Add recommendation on HMAC
1 parent e852204 commit 54e7d1f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/client.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ user or context.
3737
You SHOULD NOT call any other methods on the :class:`~fints.client.FinTS3Client` object
3838
after calling :func:`~fints.client.FinTS3Client.deconstruct`.
3939

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+
4046

4147
Keeping the dialog open
4248
-----------------------

0 commit comments

Comments
 (0)