Skip to content

Commit db6b4c0

Browse files
authored
Merge pull request #5613 from segmentio/DOC-750
remove links to OAuth
2 parents 47cce89 + 1b4f5cf commit db6b4c0

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/api/public-api/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ Learn more about [GitHub's secret scanning program](https://docs.github.com/en/d
4444
> info ""
4545
> This feature is currently in pilot and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
4646
47-
You can authenticate and authorize the Public API using [OAuth 2.0](/docs/connections/oauth).
48-
4947
## FAQs
5048
#### What should I do if I see a notification that my token was exposed?
5149
In most cases, identifying and revoking an exposed token takes seconds. Segment recommends you check the [audit trail](/docs/segment-app/iam/audit-trail/) to ensure no unauthorized actions were taken with the token.

src/connections/functions/source-functions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ Copy and paste this URL into the upstream tool or service to send data to this s
390390
> info ""
391391
> OAuth 2.0 is currently in pilot and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
392392
393-
You can authenticate source functions with [OAuth 2.0](/docs/connections/oauth).
394-
395393
## Source function FAQs
396394

397395
##### What is the retry policy for a webhook payload?

src/connections/sources/catalog/libraries/website/javascript/single-page-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ While Single Page Apps (SPAs) are great for many reasons, they do require some e
77

88
By default, the Segment analytics.js library doesn’t generate or store the referrer value. Instead, the referrer value you see in the payload is the value returned by `document.referrer` directly from the browser, and the URL value is the canonical URL on the page.
99

10-
When a user navigates between pages on an SPA website, there won’t be a referrer because there is no concept of a new page since it’s all a single page load. This means that the referrer will always be the same as they were on the first page call where someone was directed to your site since the page doesn't reload. However, in order to circumvent this, you can manually set the referrer and URL in your Segment calls by updating the context object.
10+
When a user navigates between pages on an SPA website, there won’t be a referrer because there is no concept of a new page since it’s all a single page load. This means that the referrer will always be the same as it was on the first page call where someone was first directed to your site. However, in order to circumvent this, you can manually set the referrer and URL in your Segment calls by updating the context object.
1111

1212
For example, a Page call with the referrer and URL manually set looks like this:
1313

0 commit comments

Comments
 (0)