We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1666b74 + 6d72b5a commit 5774826Copy full SHA for 5774826
docs/en/authenticators.rst
@@ -141,7 +141,7 @@ Add the following to your ``Application`` class::
141
// ...
142
$service->loadIdentifier('Authentication.JwtSubject');
143
$service->loadAuthenticator('Authentication.Jwt', [
144
- 'secretKey' => file_get_contents(CONFIG . '/jwt.pem'),
+ 'secretKey' => file_get_contents(CONFIG . '/jwt.key'),
145
'algorithm' => 'RS256',
146
'returnPayload' => false
147
]);
0 commit comments