mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
doublespace to single space
This commit is contained in:
parent
c989624f80
commit
e7f380d2b7
21 changed files with 28 additions and 28 deletions
|
@ -24,7 +24,7 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
|
|||
* password using `DigestAuthenticate::password()`. If you wish to use digest authentication alongside other
|
||||
* authentication methods, its recommended that you store the digest authentication separately.
|
||||
*
|
||||
* Clients using Digest Authentication must support cookies. Since AuthComponent identifies users based
|
||||
* Clients using Digest Authentication must support cookies. Since AuthComponent identifies users based
|
||||
* on Session contents, clients without support for cookies will not function properly.
|
||||
*
|
||||
* ### Using Digest auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue