You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Firstly- I love this project- thank you for creating it!
I have a couple of issues with the strava integration:
Each user has to create their own integration with client key and secret. Would it not be possible to share this between all users and then you just have to grant the app access to your strava account so that it can get your routes?
The sync happens on a cron job. Ideally this should utilize the webhooks API from strava so that you don't have to wait for a sync before a new trail is added.
The text was updated successfully, but these errors were encountered:
This approach works fine in your case when every user is connected to the same strava account. But what if you are hosting an instance for multiple users who want to connect different strava accounts?
While I agree that this would be more in the spirit of strava's API the current approach allows for a uniform way to gracefully handle all integrations (komoot and strava) in one go. If you really need your activity immediately you can always run the cornjob manually.
Hello! Firstly- I love this project- thank you for creating it!
I have a couple of issues with the strava integration:
The text was updated successfully, but these errors were encountered: