Has strava implemented a well-known for oauth2?
Page 1 / 1
Hi there - you can read about our authentication here.
I’ve never come across one. You have to hard-code the url’s.
auth_uri = "https://www.strava.com/oauth/authorize"
token_uri = "https://www.strava.com/oauth/token"
revoke_uri = "https://www.strava.com/oauth/revoke"
Reply
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.