Skip to content

Commit 7154d44

Browse files
committed
Document strava-refresh-token.
1 parent 3942dd3 commit 7154d44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Unlike other clients, including [strava-api-v3](https://github.com/jaredholdcrof
7171
- [Errors](#errors)
7272
- [Tools](#tools)
7373
- [Strava OAuth Token](#strava-oauth-token)
74+
- [Strava Refresh Token](#strava-refresh-token)
7475
- [Users](#users)
7576
- [Resources](#resources)
7677
- [Upgrading](#upgrading)
@@ -1150,6 +1151,14 @@ Use [strava-oauth-token](bin/strava-oauth-token) to obtain a token from the comm
11501151
STRAVA_CLIENT_ID=... STRAVA_CLIENT_SECRET=... strava-oauth-token
11511152
```
11521153

1154+
### Strava Refresh Token
1155+
1156+
Use [strava-refresh-token](bin/strava-refresh-token) to obtain a token from the command-line using an existing refresh token.
1157+
1158+
```bash
1159+
STRAVA_CLIENT_ID=... STRAVA_CLIENT_SECRET=... STRAVA_API_REFRESH_TOKEN=... strava-refresh-token
1160+
```
1161+
11531162
## Users
11541163

11551164
- [Slava: Strava integration with Slack](https://slava.playplay.io), [source](https://github.com/dblock/slack-strava).

0 commit comments

Comments
 (0)