UNPKG

strava-oauth2

Version:

A simple Node.JS OAuth2 client for connecting your app to the Strava API

9 lines 330 B
module.exports = { authorization_uri: 'https://www.strava.com/api/v3/oauth/authorize', token_uri: 'https://www.strava.com/api/v3/oauth/token', revocation_uri: 'https://www.strava.com/api/v3/oauth/deauthorize', client_id: null, client_secret: null, redirect_uri: 'https://localhost', scopes: ['read'], }