From 82953debc534bab5267f4869b2986083d6129972 Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Mon, 12 Nov 2018 23:08:55 +0100 Subject: [PATCH] Update installation.md Update note on guard-based authentication --- Resources/doc/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/doc/installation.md b/Resources/doc/installation.md index 015daf71..72ffd020 100644 --- a/Resources/doc/installation.md +++ b/Resources/doc/installation.md @@ -78,7 +78,8 @@ scheb_two_factor: - Acme\AuthenticationBundle\Token\CustomAuthenticationToken ``` -For a guard based authentication method it would be needed to support `Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken` token class. +For a guard-based authentication method, you have to configure the +`Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken` token class. ### Step 6: Enable two-factor authentication methods