Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions blog/250110-secure-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ To set up one-time Link URLs:
1. **Enable the One-time Link URLs setting** in the [Codat Portal](https://app.codat.io) under **[Settings > Auth flow > Link > Onboarding](https://app.codat.io/settings/link-settings/onboarding)**.
2. **Complete the additional steps for your Link flow**, as described below.

#### If using Hosted Link

As a prerequisite to enabling one-time Link URLs, you also need to enable the [new Hosted Link interface](/updates/250110-new-hosted-link-ui).

#### If using Hosted or build-your-own Link
#### If using Hosted Link or your own custom-built Link UI

If you are currently adding query parameters to Link URLs (for example, by appending `?link.showSandboxIntegrations=false`), confirm that your code can handle URLs that already contain query strings.

Expand Down
1 change: 1 addition & 0 deletions blog/260812-link-manage-connections-reconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ The manage connections experience is available in the Link SDK. To set it up:
1. **Enable the Manage connections setting** in the [Codat Portal](https://app.codat.io) under [Settings > Auth flow > Link](https://app.codat.io/settings/link-settings/onboarding) to let authenticated users view and manage their existing connections. You can also customize the title and subtitle shown on the manage connections screen.

![The Manage connections setting in the Codat Portal's Link settings, with a toggle and customizable title and subtitle](/img/updates/manageconnection.png "Manage connections setting in the Codat Portal")

2. **Register your domain** using the [Set CORS settings](/platform-api#/operations/set-cors-settings) endpoint so the component can make authenticated requests from your site.
3. **Get a company access token.** Authenticated features require an access token, retrieved server-side from the [Get company access token](/platform-api#/operations/get-company-access-token) endpoint (`GET /companies/{companyId}/accessToken`). Tokens are valid for 24 hours and scoped to a single company.
4. **Pass the token to the Link SDK** via the `accessToken` prop when initializing the component.
Expand Down
Loading