Skip to content

Commit

Permalink
Merge pull request #331 from orangevinz/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
jrushlow authored Sep 1, 2021
2 parents 749f5cf + be20cfd commit 950f749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ You have a couple of options to store access tokens for use at a later time:
}
```

2. Store the refresh token string (eg. in the dabatase `user.refresh_token`), this means you must always refresh.
2. Store the refresh token string (eg. in the database `user.refresh_token`), this means you must always refresh.
You can also store the access token and expiration and then avoid the refresh until the access token is actually expired.
```php
// Fetch the AccessToken and store the refresh token
Expand Down

0 comments on commit 950f749

Please sign in to comment.