Skip to content

Commit

Permalink
Merge pull request #415 from IABTechLab/gwh-APIDOCS-1940-03-fix-wordi…
Browse files Browse the repository at this point in the history
…ng-encrypt-decrypt

fix typo
  • Loading branch information
genwhittTTD authored Jan 10, 2024
2 parents 5375126 + c497569 commit 911759d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/gs-encryption-decryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
# Encrypting Requests and Decrypting Responses

:::note
If you're a publisher and are implementing UID2 on the client side, encryption and decryption is by your implementation, such as Prebid.js (see [UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side.md)) or the JavaScript SDK (see [JavaScript Express Integration Guide](../guides/publisher-client-side.md)).
If you're a publisher and are implementing UID2 on the client side, encryption and decryption is managed automatically by your implementation, such as Prebid.js (see [UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side.md)) or the JavaScript SDK (see [JavaScript Express Integration Guide](../guides/publisher-client-side.md)).
:::

For almost all UID2 [endpoints](../endpoints/summary-endpoints.md), requests sent to the endpoint must be [encrypted](#encrypting-requests) and responses from the endpoint must be [decrypted](#decrypting-responses).
Expand Down

0 comments on commit 911759d

Please sign in to comment.