Skip to content

Commit

Permalink
Merge pull request #121 from IABTechLab/ans-UID2-update-version-js-sd…
Browse files Browse the repository at this point in the history
…k-secure-signals

update uid2 sdk version number in secure signals example site
  • Loading branch information
ashleysmithTTD authored Dec 11, 2024
2 parents abeafcc + 38bb430 commit 113fc1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const uid2BaseUrl = process.env.UID2_BASE_URL;
const uid2ApiKey = process.env.UID2_API_KEY;
const uid2ClientSecret = process.env.UID2_CLIENT_SECRET;
const uid2JsSdkUrl =
process.env.UID2_JS_SDK_URL || 'https://cdn.integ.uidapi.com/uid2-sdk-3.3.2.js';
process.env.UID2_JS_SDK_URL || 'https://cdn.integ.uidapi.com/uid2-sdk-3.9.0.js';

const ivLength = 12;
const nonceLength = 8;
Expand Down

0 comments on commit 113fc1b

Please sign in to comment.