Skip to content

Commit 5774826

Browse files
authored
Merge pull request #694 from dype35/patch-1
correct the secretKey filename in getAuthenticationService function
2 parents 1666b74 + 6d72b5a commit 5774826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Add the following to your ``Application`` class::
141141
// ...
142142
$service->loadIdentifier('Authentication.JwtSubject');
143143
$service->loadAuthenticator('Authentication.Jwt', [
144-
'secretKey' => file_get_contents(CONFIG . '/jwt.pem'),
144+
'secretKey' => file_get_contents(CONFIG . '/jwt.key'),
145145
'algorithm' => 'RS256',
146146
'returnPayload' => false
147147
]);

0 commit comments

Comments
 (0)