mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 03:26:23 +03:00
Update Flex endpoint
This commit is contained in:
@@ -15,12 +15,11 @@
|
|||||||
"config/packages/security.yaml": {
|
"config/packages/security.yaml": {
|
||||||
"contents": [
|
"contents": [
|
||||||
"security:",
|
"security:",
|
||||||
" # https://symfony.com/doc/current/security/authenticator_manager.html",
|
|
||||||
" enable_authenticator_manager: true",
|
" enable_authenticator_manager: true",
|
||||||
" # https://symfony.com/doc/current/security.html#c-hashing-passwords",
|
" # https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords",
|
||||||
" password_hashers:",
|
" password_hashers:",
|
||||||
" Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface: 'auto'",
|
" Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface: 'auto'",
|
||||||
" # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers",
|
" # https://symfony.com/doc/current/security.html#loading-the-user-the-user-provider",
|
||||||
" providers:",
|
" providers:",
|
||||||
" users_in_memory: { memory: null }",
|
" users_in_memory: { memory: null }",
|
||||||
" firewalls:",
|
" firewalls:",
|
||||||
@@ -32,7 +31,7 @@
|
|||||||
" provider: users_in_memory",
|
" provider: users_in_memory",
|
||||||
"",
|
"",
|
||||||
" # activate different ways to authenticate",
|
" # activate different ways to authenticate",
|
||||||
" # https://symfony.com/doc/current/security.html#firewalls-authentication",
|
" # https://symfony.com/doc/current/security.html#the-firewall",
|
||||||
"",
|
"",
|
||||||
" # https://symfony.com/doc/current/security/impersonating_user.html",
|
" # https://symfony.com/doc/current/security/impersonating_user.html",
|
||||||
" # switch_user: true",
|
" # switch_user: true",
|
||||||
@@ -47,7 +46,7 @@
|
|||||||
"executable": false
|
"executable": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ref": "9c4fcf79873f7400c885b90935f7163233615d6f"
|
"ref": "3307d76caa2d12fb10ade57975beb3d8975df396"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user