Skip to content

Commit c1c5d85

Browse files
committed
Merge branch 'master' of github.com:thecodework/two-factor-authentication
2 parents 33fe359 + 10340ab commit c1c5d85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ This package lets you setup your two factor authentication for your existing lar
1010
## Requirements
1111
- PHP >= 7.0
1212
- Laravel >= 5.3
13-
- Google Authenticator [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) - [iOS](https://itunes.apple.com/in/app/google-authenticator/id388497605?mt=8) or [Authy](https://www.authy.com/) mobile app
13+
- Google Authenticator [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) - [iOS](https://itunes.apple.com/in/app/google-authenticator/id388497605?mt=8) (Recommended) or [Authy](https://www.authy.com/) mobile app
1414

1515
## Installation
1616
**1. Composer Install**
1717

1818
```bash
19-
$ composer require thecodework/two-factor-authentication:0.1.1
19+
$ composer require thecodework/two-factor-authentication
2020
```
2121

2222
**2. Add Service Provider**
@@ -62,12 +62,12 @@ Once the config file is published you can navigate to config directory of your a
6262

6363
**6. Setup 2FA for user**
6464

65-
**- Enable 2FA**
65+
** Enable 2FA**
6666

6767
Now login to the application and visit `/setup-2fa/` route, which will show a barcode which can be scanned either using Google Authenticator or Authy mobile application as described above.
6868
Scan that code and click **Enable Two Factor Authentication**.
6969

70-
** - Disable 2FA**
70+
** Disable 2FA**
7171

7272
To disable Two Factor, visit `/setup-2fa` route, which will now show a **Disable Two Factor Authentication** button. Click to disable 2FA for your account.
7373

0 commit comments

Comments
 (0)