trails/apps/journal/app/lib/sync
Ullrich Schäfer 0c82ddc92e
Drop routes_write from Wahoo OAuth scopes
Wahoo's authorize endpoint rejects routes_write as an invalid scope for
our OAuth app. Until Wahoo support enables it, request only the three
scopes the import flow needs so connecting an account works again.

The push pipeline still checks grantedScopes for routes_write and
returns scope_missing, so the Send to Wahoo path stays gated.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 09:15:42 +02:00
..
providers Drop routes_write from Wahoo OAuth scopes 2026-05-01 09:15:42 +02:00
connections.server.ts Add Wahoo pushRoute and SyncProvider push interface 2026-04-30 22:36:45 +02:00
imports.server.ts Add activity import source badge, delete action, and No GPS indicator 2026-04-05 16:49:42 +02:00
pushes.server.test.ts Add Wahoo push action route + OAuth callback resume 2026-04-30 22:41:24 +02:00
pushes.server.ts Add Wahoo push action route + OAuth callback resume 2026-04-30 22:41:24 +02:00
registry.ts Add Wahoo activity sync with provider-agnostic framework 2026-04-04 11:22:02 +01:00
types.ts Add Wahoo pushRoute and SyncProvider push interface 2026-04-30 22:36:45 +02:00