We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393ec3b commit 725baaaCopy full SHA for 725baaa
docs/getting_started/configuration.md
@@ -13,15 +13,3 @@ the following configuration files:
13
- **app/Config/AuthJWT.php** - For [JWT Authentication](../addons/jwt.md#configuration)
14
15
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