Skip to content

Commit

Permalink
docs: remove duplicated description
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 22, 2023
1 parent 393ec3b commit 725baaa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/getting_started/configuration.md
Expand Up @@ -13,15 +13,3 @@ the following configuration files:
- **app/Config/AuthJWT.php** - For [JWT Authentication](../addons/jwt.md#configuration)

Note that you do not need to have configuration files for features you do not use.

This section describes the major Config items that are not described elsewhere.

## AccessTokens Authenticator

### Access Token Lifetime

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.

```php
public int $unusedTokenLifetime = YEAR;
```

0 comments on commit 725baaa

Please sign in to comment.