Skip to content

Show the first and last characters of a newly created Personal Access Token#4363

Merged
carderne merged 1 commit into
mainfrom
feat/pat-token-reveal-last-chars
Jul 24, 2026
Merged

Show the first and last characters of a newly created Personal Access Token#4363
carderne merged 1 commit into
mainfrom
feat/pat-token-reveal-last-chars

Conversation

@claude

@claude claude Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Requested by Dan Sutton · Slack thread

✅ Checklist

  • I have followed every step in the contributing guide
  • The PR title follows the convention.
  • I ran and tested the code works

Testing

  • pnpm run typecheck --filter webapp — 18/18 pass.
  • oxlint and oxfmt pass on the changed files.
  • Manual: create a Personal Access Token and confirm the generated token now shows tr_pat_bhbd•••••fd4a style partial display (first and last characters visible, middle masked), and that the copy button still copies the full token.

Changelog

What & why

Before: after creating a Personal Access Token, the generated token was shown fully masked (shield icon + dots), so there was no way to confirm you'd copied the right value.

After: the field reveals the first and last few characters in cleartext while keeping the middle masked, matching the partial display already used in the tokens list table (tr_pat_bhbd•••••fd4a), so you can confirm the copied value at a glance. The copy button still copies the full token.

How

  • Added general secureRevealStart / secureRevealEnd props to ClipboardField (both default 0, so every other usage stays fully masked and unchanged). A maskValue() helper builds the display string as revealed-start + mask + revealed-end, and never leaks the whole value.
  • The token creation dialog (account.tokens route) sets secureRevealStart={11} (7-char tr_pat_ prefix + 4 token chars) and secureRevealEnd={4} to mirror the tokens-list display exactly.
  • Added a .server-changes note (webapp-only change; no changeset since the webapp isn't a published package).

Screenshots

No screenshots — verifying visually requires running the full webapp dev stack, which was out of scope for this change.

💯

The token shown after creating a Personal Access Token was fully masked,
so users had no way to confirm they had copied the right value. The field
now reveals the first and last few characters in cleartext (the middle
stays masked), matching the partial display already used in the tokens
list.

Adds general `secureRevealStart` / `secureRevealEnd` props to ClipboardField
(default 0/0, so all other usages remain fully masked) and enables 4/4 in
the token creation dialog.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ws8U3Nx9CBQKWPPg1u2Yy4
@changeset-bot

changeset-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5b7dbf3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@carderne
carderne marked this pull request as ready for review July 24, 2026 11:46

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@carderne
carderne merged commit 109e245 into main Jul 24, 2026
36 checks passed
@carderne
carderne deleted the feat/pat-token-reveal-last-chars branch July 24, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants