You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/configuration.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,8 @@ If you have completed the setup according to this documentation, you will have
8
8
the following configuration files:
9
9
10
10
-**app/Config/Auth.php**
11
-
-**app/Config/AuthGroups.php** - For Authorization
12
-
-**app/Config/AuthToken.php** - For AccessTokens and HmacSha256 Authentication
13
-
-**app/Config/AuthJWT.php** - For JWT Authentication
11
+
-**app/Config/AuthGroups.php** - For [Authorization](../references/authorization.md)
12
+
-**app/Config/AuthToken.php** - For [AccessTokens](../references/authentication/tokens.md#configuration) and [HmacSha256](../references/authentication/hmac.md#configuration) Authentication
13
+
-**app/Config/AuthJWT.php** - For [JWT Authentication](../addons/jwt.md#configuration)
14
14
15
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.
Copy file name to clipboardExpand all lines: phpstan-baseline.php
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -361,11 +361,6 @@
361
361
'count' => 1,
362
362
'path' => __DIR__ . '/src/Models/UserModel.php',
363
363
];
364
-
$ignoreErrors[] = [
365
-
'message' => '#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with \'CodeIgniter\\\\\\\\Shield\\\\\\\\Result\' and CodeIgniter\\\\Shield\\\\Result will always evaluate to true\\.$#',
'message' => '#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with \'CodeIgniter\\\\\\\\Shield\\\\\\\\Result\' and CodeIgniter\\\\Shield\\\\Result will always evaluate to true\\.$#',
0 commit comments