A microservice for OAuth with Strava. Similar to micro-slack-auth for auth with Slack.
In order to run micro-strava-auth
, you need to make sure you have your environment variables setup correctly. Make a copy of .env.example
, name it .env
, and update it with your Strava variables.
Here's an example:
# Your Strava application client ID
STRAVA_CLIENT_ID=1234
# Your Strava application client secret
STRAVA_CLIENT_SECRET=1234
# The URL to redirect a user to after they successfully connected their account
STRAVA_REDIRECT=https://google.com
The result from a successful authentication is provided in the query params of the redirect.
If you find an issue, feel free to open an issue.
git clone [email protected]:hcjk/micro-strava-auth.git
npm run dev
MIT © Henry Kaufman