Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
waltersilvacruz committed Nov 5, 2021
1 parent 97c7573 commit c672197
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ dd($order->response);

## Automatic token refreshing

The auth token last for 6 hours after its creation. After this, the auth token expires and a new one will be automatically requested using the *refresh token* before your performing query.
The auth token last for 6 hours after its creation. After this, the auth token expires and a new one will be automatically generated using the *refresh token* before sending you query.

The _auth token_ refreshing is automatic and no user action is required.

In other hand, the *refresh token* will expire after 6 months and the user MUST log in again to grab a fresh new one.

Expand Down

0 comments on commit c672197

Please sign in to comment.