mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
GitHub's OAuth endpoints take form-encoded params; the JSON token request produced an unrecognized error that fell through to 'pending' forever, so the dialog never advanced after the user authorized. - form-encode device/code and access_token requests - unknown token-endpoint errors now fail loudly instead of spinning; incorrect_device_code maps to expired (restart offered) - issued-token is remembered so a transient identity-fetch failure retries on the next poll instead of burning the consumed device code - dialog catches hard poll failures and surfaces them |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||