Skip to content

Commit ba9fdf2

Browse files
Merge pull request #633 from akeneo/refresh-token-expiration
refresh token duration
2 parents d774b47 + 25da019 commit ba9fdf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/rest-api/authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,7 @@ HTTP/1.1 200 OK
267267
```
268268

269269
The response is the same as when asking for the initial token, except that it contains a new `access_token` and a new `refresh_token`. You can then use this `access_token` for every REST API request you do within an hour.
270+
271+
::: info
272+
By default, the refresh token expiration is set at 1209600 seconds (14 days).
273+
:::

0 commit comments

Comments
 (0)