-
Notifications
You must be signed in to change notification settings - Fork 6
add better disclaimers across all readmes and example sites #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
eiman-eltigani-ttd
merged 7 commits into
main
from
eee-UID2-5666-rename-sample-login-buttons
Jul 1, 2025
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
33ea23e
add better disclaimers across all readmes and example sites
eiman-eltigani-ttd 05ff19a
switched button names and removed redundant disclaimer
eiman-eltigani-ttd 8a253df
replace submit in read me with correct label
eiman-eltigani-ttd 8fd65b4
make sure all ReadMes are updated with generate uid2
eiman-eltigani-ttd 42f3136
change value labels for remaining sites
eiman-eltigani-ttd 82280e2
update last sentence in disclaimer
eiman-eltigani-ttd 753429e
update securesignalsapp labels + check readme
eiman-eltigani-ttd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -96,6 +96,9 @@ <h1>UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK</h1 | |
| >Client-Side Integration Guide for JavaScript | ||
| </a> | ||
| to implement UID2 integration and generate UID2 tokens. | ||
| <strong>Note:</strong> This is a <em>test-only</em> integration environment—not for production | ||
| use. It does not perform real user authentication or generate production-level tokens. Do not | ||
| connect this site to real user traffic. | ||
| </p> | ||
| <table id="uid2_state"> | ||
| <tr> | ||
|
|
@@ -134,11 +137,11 @@ <h1>UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK</h1 | |
| value="[email protected]" | ||
| /> | ||
| </div> | ||
| <div><button type="button" class="button" id="login">Log In</button>></div> | ||
| <div><button type="button" class="button" id="login">Generate UID2</button>></div> | ||
| </div> | ||
| <div id="logout_form" style="display: none" class="form"> | ||
| <form> | ||
| <button type="button" class="button" id="logout">Log Out</button> | ||
| <button type="button" class="button" id="logout">Clear UID2</button> | ||
| </form> | ||
| </div> | ||
| </body> | ||
|
|
||
20 changes: 10 additions & 10 deletions
20
examples/google-secure-signals-integration/client_side/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,9 @@ <h1>UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Se | |
| <a href="https://unifiedid.com/docs/guides/integration-javascript-client-side">Client-Side Integration Guide for JavaScript</a> to implement UID2 integration and generate UID2 tokens. | ||
| Secure Signals is updated when the page is reloaded. | ||
| Reload the page in order to update Secure Signals in local storage. | ||
| <strong>Note:</strong> This is a <em>test-only</em> integration environment—not for production use. | ||
| It does not perform real user authentication or generate production-level tokens. | ||
| Do not connect this site to real user traffic. | ||
| </p> | ||
| <div id="page-content"> | ||
| <div id="video-container"> | ||
|
|
@@ -71,11 +74,11 @@ <h1>UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Se | |
| value="[email protected]" | ||
| /> | ||
| </div> | ||
| <div><button type="button" class="button" id="login">Log In</button>></div> | ||
| <div><button type="button" class="button" id="login">Generate UID2</button></div> | ||
| </div> | ||
| <div id="logout_form" style="display: none" class="form"> | ||
| <form> | ||
| <button type="button" class="button" id="logout">Log Out</button> | ||
| <button type="button" class="button" id="logout">Clear UID2</button> | ||
| </form> | ||
| </div> | ||
| <script src="https://cdn.integ.uidapi.com/uid2-sdk-4.0.1.js"></script> | ||
|
|
||
20 changes: 10 additions & 10 deletions
20
examples/google-secure-signals-integration/react_client_side/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.