Auth instructions: real anchor links + clearer legacy lead-in (APP-3)#36
Conversation
Make web.plaud.ai and the refresh-user-token URL actual clickable links, and reword the legacy tokenstr lead-in to 'Don't see those cookies? You may be on Plaud's legacy platform.' Co-authored-by: multica-agent <github@multica.ai>
Code Review: PR #36 — Auth instructions: real anchor links + clearer legacy lead-in (APP-3)Reviewed at commit OverviewThis is a small, focused follow-up to #35 that addresses two pieces of prior review feedback on the setup wizard's manual-paste auth instructions ( Strengths
IssuesNo issues found. This is a copy/markup-only change with no behavioral, security, or architectural surface. 🟢 Anchor text duplicates href host (AuthStep.tsx:142-143) — minor / nit Test coverageNo tests exist for SecurityNo issues. Verdictship-as-is Minimal, well-scoped diff that correctly addresses the two review comments from #35 with no new risk introduced. |
…CI, v0.5.11) Integrates all outstanding upstream (rsteckler/applaud) commits into this fork while preserving local customizations (UI refactor, webhooks, multi-region auth, tooling). Brings in: fc8410b CI: trusted auto-review for same-repo PRs + maintainer /review gate (rsteckler#33) 50a64ab Plaud first-party (pld_ut/pld_urt) auth with tokenstr fallback (rsteckler#32) 82f15e2 Windows: skip auto-detect, route straight to manual paste (rsteckler#34) de6002a Mimic rovenotes manual-paste instructions (rsteckler#35) 57bb643 Auth instructions: real anchor links + clearer legacy lead-in (rsteckler#36) a5e0751 docs: rebrand Cordari to RoveNotes in README (rsteckler#37) 7b1b504 Release v0.5.11 Conflict resolutions: - install.ps1: keep TimHayward fork URLs, take upstream v0.5.11 ref. - config-helpers.ts: redact lanToken (local) + ut/urt (upstream). - auth.ts: keep local multi-region validateToken loop, layer in upstream's first-party acceptFirstParty flow and session-based watch handler. - client.ts: re-add resolveRegionFromDomain (used by upstream parseRegionRedirect) alongside the local region-map helpers. - test fixtures: add authMode/ut/utExp/urt/urtExp/plaudWorkspaceId fields. Verified: pnpm typecheck, pnpm test (256 pass), pnpm build all green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
What
Follow-up to #35, addressing two pieces of feedback on the setup-wizard manual-paste instructions (
web/src/routes/setup/AuthStep.tsx):web.plaud.aiandapi.plaud.ai/auth/refresh-user-tokenare now actual<a href>anchors (open in a new tab, styled as links). Theapi.plaud.aiin the "open your browser cookies for…" step is left as text since it's a cookie-domain descriptor, not a navigation target.tokenstrblock now opens with "Don't see those cookies? You may be on Plaud's legacy platform." instead of "Still have the oldtokenstrvalue?".Verification
pnpm -C web typecheck✅pnpm -C web build✅pnpm test✅ (169 tests)