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.
1 parent bc4d91f commit f921056Copy full SHA for f921056
src/ApiInitializer.php
@@ -54,7 +54,7 @@ public function getAuthenticationService(): AuthenticationService
54
'header' => 'Authorization',
55
'queryParam' => 'token',
56
'tokenPrefix' => 'bearer',
57
- 'algorithms' => 'HS512',
+ 'algorithm' => 'HS512',
58
'returnPayload' => false,
59
'secretKey' => Configure::read('Api.Jwt.AccessToken.secret'),
60
]);
0 commit comments