Skip to content

Commit dc22b34

Browse files
author
Eiman Eltigani
committed
update title
1 parent 189b3e5 commit dc22b34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web-integrations/javascript-sdk/server-side-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Server-Side UID2 or EUID Integration Example using JavaScript SDK
1+
# Server-Side UID2 or EUID Integration Example using JavaScript SDK via Node.js
22

33
This example showcases how the UID2/EUID **JavaScript SDK works in Node.js** server environments. It uses the same `setIdentityFromEmail` method that runs in browsers, but executes it on the server. This uses **public credentials** (Subscription ID + Server Public Key) which are the same credentials used for client-side integrations.
44

web-integrations/javascript-sdk/server-side-node/views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Server-Side <%- identityName %> Integration Example using JavaScript SDK</title>
5+
<title>Server-Side <%- identityName %> Integration Example using JavaScript SDK via Node.js</title>
66
<link rel="stylesheet" type="text/css" href="/stylesheets/app.css" />
77
<link rel="shortcut icon" href="/images/favicon.png" />
88
</head>

0 commit comments

Comments
 (0)