We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abeafcc + 38bb430 commit 113fc1bCopy full SHA for 113fc1b
examples/google-secure-signals-integration/with_sdk_v3/server.js
@@ -10,7 +10,7 @@ const uid2BaseUrl = process.env.UID2_BASE_URL;
10
const uid2ApiKey = process.env.UID2_API_KEY;
11
const uid2ClientSecret = process.env.UID2_CLIENT_SECRET;
12
const uid2JsSdkUrl =
13
- 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';
14
15
const ivLength = 12;
16
const nonceLength = 8;
0 commit comments