Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 16, 2024
1 parent 9e10b25 commit 20c08fc
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ phpunit.xml
phpstan.neon
testbench.yaml
vendor
!docs
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ This package helps you integrate Laravel Fortify with ease in your Filament apps
- SMS
- Authenticator app

## Features and screenshots

### Enable two factor authentication
![Enable two factor authentication](./docs/two-factor-page.png)

### Using authenticator app as two factor method
![Authenticator app](./docs/authenticator-app.png)

### Using email or SMS as two factor method
![Email or SMS](./docs/email-sms.png)

### Recovery codes
![Recovery codes](./docs/recovery-codes.png)

### Two factor authentication challenge
![Two factor challenge](./docs/code-challenge.png)


## Installation

You can install the package via composer:
Expand Down
Binary file added docs/authenticator-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/code-challenge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/email-or-sms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/recovery-codes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/two-factor-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20c08fc

Please sign in to comment.