From c6721978b7d395f902c6888ff039298d98d956d8 Mon Sep 17 00:00:00 2001 From: Walter Cruz Date: Fri, 5 Nov 2021 15:06:34 -0400 Subject: [PATCH] Updating documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8e529..a13c687 100644 --- a/README.md +++ b/README.md @@ -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.