From 1611d8d5c6be0bdfd67cc5c8eb6013f95bf56089 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 20 Oct 2021 18:05:47 +0000 Subject: [PATCH] Update Flex endpoint --- symfony.security-bundle.5.3.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/symfony.security-bundle.5.3.json b/symfony.security-bundle.5.3.json index 544fb6a4..536ad936 100644 --- a/symfony.security-bundle.5.3.json +++ b/symfony.security-bundle.5.3.json @@ -15,12 +15,11 @@ "config/packages/security.yaml": { "contents": [ "security:", - " # https://symfony.com/doc/current/security/authenticator_manager.html", " 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:", " 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:", " users_in_memory: { memory: null }", " firewalls:", @@ -32,7 +31,7 @@ " provider: users_in_memory", "", " # 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", " # switch_user: true", @@ -47,7 +46,7 @@ "executable": false } }, - "ref": "9c4fcf79873f7400c885b90935f7163233615d6f" + "ref": "3307d76caa2d12fb10ade57975beb3d8975df396" } } }