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

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Feb 14, 2016
1 parent 2640fb7 commit 949f00e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ scheb_two_factor:
# two-factor authentication for other authentication methods, add their security token classes.
security_tokens:
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken

# A list of IP addresses, which will not trigger two-factor authentication
ip_whitelist:
- 127.0.0.1
```
The bundle comes with a security voter, which checks if the two-factor-auth is completed, if not it will deny access.
Expand Down

0 comments on commit 949f00e

Please sign in to comment.