View Source Assent.Strategy.Strava (Assent v0.2.10)
Strava OAuth strategy.
The athlete endpoint, describing the currently authenticated user, does not return an email address - changelog.
Usage
config = [
client_id: "REPLACE_WITH_CLIENT_ID",
client_secret: "REPLACE_WITH_CLIENT_SECRET",
redirect_uri: "http://localhost:4000/auth/callback"
]
See Assent.Strategy.OAuth2
for more.