Skip to content

Commit

Permalink
[PR-22981] [Documentation] Clarify params encryption logic (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: Bohdan Zhuravel <[email protected]>
  • Loading branch information
pofystyy and zhuravel authored Oct 23, 2024
1 parent db066cb commit 30e5b56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/advanced_features/params_encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ So, instead of sending params in plain text, you can send them encrypted.
Site public encryption key
--------------------------

To get your unique site public encryption key, go to **All Site Settings → Integrations → API integration → Public encryption key for email addresses**.
To get your unique site public encryption key, go to **All Site Settings → Integrations → JS integration → Public encryption key**.

Passing email as a GET parameter to Standalone Campaign
-------------------------------------------------------
Expand Down Expand Up @@ -160,6 +160,11 @@ Node.js Example
Front-end Part
--------------

.. important::
Do not use params encryption for :ref:`Talkable backend API <api_v2/origins>`.

Params encryption is only for JS integration.

Please modify the front-end using this pseudo code example:

.. code-block:: html
Expand Down

0 comments on commit 30e5b56

Please sign in to comment.