docs(link): announce customizable consent section headers - #1884
Merged
Conversation
Add an update post for EXP-361, which makes the five consent screen section headers (Purpose, Access, Account information, Platform data, Retention) customizable per integration category. Docs changes: - customize-link.md: expand Data access consent with the section/default header table, the 50-character plain text limit, and a note that the Portal Link editor applies to the en-US locale only. - sdk-customize-code.md: document the five consents.headers.* custom text keys. Also corrects consents.accountInfo to consents.accountInformation, which is the key the SDK actually accepts. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Link check results: |
|
pmckinney-codat
enabled auto-merge
August 14, 2026 14:53
brettdorrans
approved these changes
Aug 14, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Adds an update post announcing that the five section headers on the Link consent screen (Purpose, Access, Account information, Platform data, Retention) are now customizable, per integration category. Previously only the body content of each section could be changed.
Clients can set the headers in the Portal under Settings > Auth flow > Link > Onboarding, or in code via the Link SDK
textoption. Headers are plain text, capped at 50 characters, and fall back to the existing defaults when left empty — so nothing changes visually for anyone who doesn't opt in.Doc changes alongside the post:
customize-link.md— expands Data access consent with a table of the five sections and their default headers, the 50-character plain text limit, and a note that the Portal Link editor applies to theen-USlocale only.sdk-customize-code.md— documents the fiveconsents.headers.*custom text keys.One drive-by fix worth calling out: the custom text table listed
accounting.consents.accountInfo(and the banking/commerce equivalents), but the SDK's options schema only acceptsaccountInformation. Anyone following that row was setting a key the SDK silently ignores. Corrected in the same commit — happy to split it out if you'd rather review it separately.Both PNGs were checked against the existing images in
static/img/updates/and are comfortably within the typical size range.Type of change
Reviews and merging
You are responsible for getting your PR merged. Address review comments promptly and make sure to merge the PR when ready.
Feel free to 'Enable automerge' - your PR will automatically merge when accepted and passing the build.
🤖 Generated with Claude Code