This repository was archived by the owner on Dec 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ This bundle provides **two-factor authentication for your Symfony application**.
1212- [ Brute Force Protection] ( brute_force_protection.md )
1313- [ CSRF Protection] ( csrf_protection.md )
1414- [ Events] ( events.md )
15+ - [ Troubleshooting (common issues)] ( troubleshooting.md )
16+
17+ ** How-to's:**
18+
1519- [ How to create a custom two-factor authenticator] ( providers/custom.md )
1620- [ How to handle multiple activated authentication methods] ( multi_authentication.md )
21+ - [ How to configure two-factor authentication for an API] ( api.md )
1722- [ How to create a custom persister] ( persister.md )
18- - [ Troubleshooting (common issues) ] ( troubleshooting.md )
23+
1924
2025## Two-Factor Authentication Methods
2126
@@ -27,6 +32,7 @@ The bundle supports the following authentication methods out of the box:
2732
2833See [ Providers] ( providers/index.md ) for more information about custom or third-party provider.
2934
35+
3036## The Authentication Process
3137
3238The bundle hocks into security layer and listens for authentication events. When a login happens and the user has
You can’t perform that action at this time.
0 commit comments