Merge pull request #347 from trails-cool/stigi/wahoo-routes-read

Request routes_read Wahoo scope
This commit is contained in:
Ullrich Schäfer 2026-05-01 10:18:55 +02:00 committed by GitHub
commit 2865ec748f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ const clientSecret = () => process.env.WAHOO_CLIENT_SECRET ?? "";
export const wahooProvider: SyncProvider = {
id: "wahoo",
name: "Wahoo",
scopes: ["workouts_read", "user_read", "offline_data", "routes_write"],
scopes: ["workouts_read", "user_read", "offline_data", "routes_read", "routes_write"],
getAuthUrl(redirectUri: string, state: string): string {
const params = new URLSearchParams({