Skip to content

Commit 20c08fc

Browse files
committed
Update README
1 parent 9e10b25 commit 20c08fc

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ phpunit.xml
1111
phpstan.neon
1212
testbench.yaml
1313
vendor
14+
!docs

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ This package helps you integrate Laravel Fortify with ease in your Filament apps
1212
- SMS
1313
- Authenticator app
1414

15+
## Features and screenshots
16+
17+
### Enable two factor authentication
18+
![Enable two factor authentication](./docs/two-factor-page.png)
19+
20+
### Using authenticator app as two factor method
21+
![Authenticator app](./docs/authenticator-app.png)
22+
23+
### Using email or SMS as two factor method
24+
![Email or SMS](./docs/email-sms.png)
25+
26+
### Recovery codes
27+
![Recovery codes](./docs/recovery-codes.png)
28+
29+
### Two factor authentication challenge
30+
![Two factor challenge](./docs/code-challenge.png)
31+
32+
1533
## Installation
1634

1735
You can install the package via composer:

docs/authenticator-app.png

227 KB
Loading

docs/code-challenge.png

147 KB
Loading

docs/email-or-sms.png

165 KB
Loading

docs/recovery-codes.png

279 KB
Loading

docs/two-factor-page.png

220 KB
Loading

0 commit comments

Comments
 (0)