Skip to content

Commit baf4aa2

Browse files
authored
Update README.md
1 parent 3682be0 commit baf4aa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Two Factor Authentication or 2-Step Verification provides stronger security for
1414
- Laravel >= 5.3
1515
- 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
1616

17-
Note: Current implementation is buggy using Authy as Google Authenticator uses SHA-1 with 128-bit keys whereas Authy uses SHA-2 with 256-bit keys. SHA-2 with 256-bit key is coming in verion `0.1.0`. But if wish to use Authy as well as Google Authenticator I'd suggest to go with default setting of `period`, `number_of_digits` and `algorithm`.
18-
1917
## Installation
2018
**1. Composer Install**
2119

0 commit comments

Comments
 (0)