3rd party services
Strava Integration
⚠️ Warning
Due to recent Strava API changes, expect changes in the Strava integration in a following release.
To enable Strava integration, ensure your Endurain instance is accessible from the internet and follow Strava's API setup guide. After the integration is successful the access and refresh tokens are stored in the DB. Each user will have his/hers own pair.
Once the integration with Strava is configured, on startup and every hour the backend will check if there is new unimported activities. If yes, the new activity is automatically imported.
On Strava unlink action every data imported from Strava, i.e. activities and gears, will be deleted according to Strava API Agreement.
For Strava integration stravalib Python module is used.
Garmin Connect Integration
To enable Garmin Connect integration, Endurain will ask for your Garmin Connect credentials. These credentials are not stored, but the authentication tokens (access and refresh tokens) are stored in the DB, similar to the Strava integration. The credentials are sent from the frontend to the backend in plain text, so the use of HTTPS is highly recommended.
Once the integration with Garmin Connect is configured, on startup, every one and four hours the backend will check if there is new unimported activities and new body composition entries respectively. If yes, the new data is automatically imported.
For Garmin Connect integration python-garminconnect Python module is used.