fix(auth): bundled data-connect auth/device fixes#111
Open
tnunamak wants to merge 5 commits into
Open
Conversation
When the Tauri opener plugin call fails silently (e.g., dev web build, permission denied, or first-tab race), the verification URL was rendered as plain text and users had to copy/paste it. Make it a button that calls plugin:opener|open_url on click and falls back to window.open if the plugin isn't reachable.
Hydra's device-code flow now requests audience=vana-personal-server instead of being audience-less (or, in the planned migration, the user's per-PS URL). PS-side gates by validating this audience plus a wallet-ownership check on the token subject. Hydra's data-connect client whitelist must include this audience.
Member
Author
|
Follow-up pushed in 8e1f06a:\n\n- Stabilizes the app shell so html/body/#root stay fixed-height and only scrolls. This avoids document-level focus correction when inputs receive/lose focus.\n- Removes global smooth scrolling from the base document to avoid animated focus-scroll jumps.\n- Restores native/subpixel font smoothing for crisper text rendering.\n\nVerification:\n- npm run build\n- git diff --check\n- Headless Chrome smoke: focusing an input inside changed only main.scrollTop; window/html/body/#root/main dimensions stayed stable and document scrollY remained 0.\n\nNote: npm run lint still fails before linting due the existing ESLint 9 flat-config extends issue. |
This reverts commit 8e1f06a.
Member
Author
|
Reverted the accidental UI-shell follow-up in a2757b7. This removes the focus/blur and font-smoothing changes from 8e1f06a and keeps the PR focused on the auth/device fixes.\n\nVerification: git diff --check HEAD~1..HEAD passed. Existing unrelated local connectors/lock.json change remains uncommitted. |
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.
Summary
Verification
Note: local test discovery also picked up existing .claude/worktrees test copies; all passed.