From 633a68a6081cb722100e7d434c294b70aad94fbe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 31 Jan 2026 19:14:17 +0000 Subject: [PATCH 1/2] Initial plan From 500988d7b890e042ea6cf81abacc865852781cf0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 31 Jan 2026 19:18:03 +0000 Subject: [PATCH 2/2] Add profile:read_all scope to OAuth authorization request Co-authored-by: benCoomes <14079296+benCoomes@users.noreply.github.com> --- Website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/index.html b/Website/index.html index 3d607a2..46849fe 100644 --- a/Website/index.html +++ b/Website/index.html @@ -189,7 +189,7 @@

Strava API Usage

var authLink = document.getElementById("authLink"); var host = window.location.host; var protocol = window.location.protocol; - authLink.setAttribute("href", `https://www.strava.com/oauth/authorize?client_id=12230&response_type=code&redirect_uri=${protocol}//${host}/auth&approval_prompt=force&scope=read,activity:read,activity:write`) + authLink.setAttribute("href", `https://www.strava.com/oauth/authorize?client_id=12230&response_type=code&redirect_uri=${protocol}//${host}/auth&approval_prompt=force&scope=read,activity:read,activity:write,profile:read_all`) } function loadActivityCount() {