Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a89df28

Browse files
Update custom_authentication_provider
1 parent 09cc5fc commit a89df28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/custom_authentication_provider.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ set an authenticated token in the token storage if successful.
142142
$token = new WsseUserToken();
143143
$token->setUser($matches[1]);
144144
145-
$token->digest = $matches[2];
146-
$token->nonce = $matches[3];
147-
$token->created = $matches[4];
145+
$token->digest = $matches[2];
146+
$token->nonce = $matches[3];
147+
$token->created = $matches[4];
148148
149149
try {
150150
$authToken = $this->authenticationManager->authenticate($token);

0 commit comments

Comments
 (0)