Skip to content

Commit 3fbaf50

Browse files
committed
documentation update
1 parent d208002 commit 3fbaf50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ Valid API keys must be configured using the 'apiKeyAuth.keys' configuration para
751751

752752
The authenticated API key will be stored in the `$_SESSION['apiKey']` variable.
753753

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.
755755

756756
#### API key database authentication
757757

@@ -762,7 +762,7 @@ Valid API keys are read from the database from the column "api_key" of the "user
762762

763763
The authenticated user will be stored in the `$_SESSION['apiUser']` variable.
764764

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.
766766

767767
#### Database authentication
768768

0 commit comments

Comments
 (0)