We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39e565c + 02b911d commit 445aef3Copy full SHA for 445aef3
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.key'),
+ 'secretKey' => file_get_contents(CONFIG . '/jwt.pem'),
145
'algorithm' => 'RS256',
146
'returnPayload' => false
147
]);
0 commit comments