Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
Update note on guard-based authentication
  • Loading branch information
scheb authored Nov 12, 2018
1 parent 7f62ede commit 82953de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82953de

Please sign in to comment.