docs/integrations/strava.md
The current Strava integration uses an application-level credential behind the scenes to access Strava APIs. Until Enso goes through the Strava app validation and branding process, this credential only allows access to Enso's own Strava account, rather than the end-user's Strava account. Nonetheless, an end-user can authentication through their own Strava account to access the Enso account data.
In the IDE, create the following graph:
secret_uri = "enso://Users/\[YOUR LOGIN\]/mycred"
mycred = Enso_Secret.get secret_uri
strava_service = Saas.Strava.initialize mycred
strava_user = strava_service.user