Skip to content

Commit 725baaa

Browse files
committed
docs: remove duplicated description
1 parent 393ec3b commit 725baaa

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/getting_started/configuration.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,3 @@ the following configuration files:
1313
- **app/Config/AuthJWT.php** - For [JWT Authentication](../addons/jwt.md#configuration)
1414

1515
Note that you do not need to have configuration files for features you do not use.
16-
17-
This section describes the major Config items that are not described elsewhere.
18-
19-
## AccessTokens Authenticator
20-
21-
### Access Token Lifetime
22-
23-
By default, Access Tokens can be used for 1 year since the last use. This can be easily modified in the **app/Config/AuthToken.php** config file.
24-
25-
```php
26-
public int $unusedTokenLifetime = YEAR;
27-
```

0 commit comments

Comments
 (0)