bwilczynski / strava-cli

Strava command-line interface
MIT License
31 stars 17 forks source link

Create an app #8

Closed vibrog closed 4 years ago

vibrog commented 4 years ago

Wouldn't it be a good idea to create an application at Strava that are used by everyone? Simplifies setup.

bwilczynski commented 4 years ago

It would also mean leaking secret key to anyone that can read the code and would allow malicious code to access Strava API impersonating the CLI tool. When Strava exposes authentication method using OAuth2 Authorization Code with PKCE Flow your suggestion would be possible to implement.