File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ Valid API keys must be configured using the 'apiKeyAuth.keys' configuration para
751
751
752
752
The authenticated API key will be stored in the ` $_SESSION['apiKey'] ` variable.
753
753
754
- Note that the API key authentication does not require or use sessions ( cookies) .
754
+ Note that the API key authentication does not require or use session cookies.
755
755
756
756
#### API key database authentication
757
757
@@ -762,7 +762,7 @@ Valid API keys are read from the database from the column "api_key" of the "user
762
762
763
763
The authenticated user will be stored in the ` $_SESSION['apiUser'] ` variable.
764
764
765
- Note that the API key database authentication does not require or use sessions ( cookies) .
765
+ Note that the API key database authentication does not require or use session cookies.
766
766
767
767
#### Database authentication
768
768
You can’t perform that action at this time.
0 commit comments