Authentication Method
oauth_2- OAuth 2.0
OAuth App Setup
Step 1: Create a Strava App
- Log in to Strava
- Go to strava.com/settings/api
- Fill in the app details:
- Application Name: Your app name
- Category: Choose an appropriate category
- Website: Your website URL
- Authorization Callback Domain:
localhost(for development)
- Click Create
Step 2: Get Your Credentials
After creating the app, you’ll see:- Client ID
- Client Secret
Step 3: Store Credentials
Step 4: Authorize
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| Client ID | OAuth flow | Strava API settings |
| Client Secret | OAuth flow | Strava API settings |