Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Aug 26, 2018
1 parent 6e025df commit 47ed788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ From that point, you can use this access token to broadcast operations on user's
Code authorization flow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

access tokens has a short TTL on Oauth standards. Every time a user has their token expired, you have to choices:
access tokens has a short TTL on Oauth standards. Every time a user has their token expired, you have two choices:

- Re-log the user and get a fresh token
- Add "offline" scope to the required scopes and get a refresh token to refresh the access tokens.
Expand Down

0 comments on commit 47ed788

Please sign in to comment.