File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Then update the security configuration:
66
66
security :
67
67
encoders :
68
68
App\Entity\User :
69
- algorithm : argon2i
69
+ algorithm : auto
70
70
71
71
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
72
72
providers :
@@ -222,7 +222,7 @@ final class JwtDecorator implements OpenApiFactoryInterface
222
222
$openApi = ($this->decorated)($context);
223
223
$schemas = $openApi->getComponents()->getSchemas();
224
224
225
- $schemas['Token'] = new ArrayObject([
225
+ $schemas['Token'] = new \ A rrayObject([
226
226
'type' => 'object',
227
227
'properties' => [
228
228
'token' => [
@@ -231,7 +231,7 @@ final class JwtDecorator implements OpenApiFactoryInterface
231
231
],
232
232
],
233
233
]);
234
- $schemas['Credentials'] = new ArrayObject([
234
+ $schemas['Credentials'] = new \ A rrayObject([
235
235
'type' => 'object',
236
236
'properties' => [
237
237
'email' => [
You can’t perform that action at this time.
0 commit comments