Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit ce16fef

Browse files
authored
Update README.md
1 parent 97dfaa6 commit ce16fef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Two-Factor-Authentication
2-
A two-factor authentication package for Laravel 5.4
2+
A two-factor authentication package for Laravel >= 5.4
33

44
## Description
5-
This is a two-factor authentication package for *Laravel 5.4*. It is heavily inspired by the [Laravel Two-Factor Authentication](https://github.com/srmklive/laravel-twofactor-authentication) package. The main differences between this package and the aforementioned package are:
5+
This is a two-factor authentication package for *Laravel*. It is heavily inspired by the [Laravel Two-Factor Authentication](https://github.com/srmklive/laravel-twofactor-authentication) package. The main differences between this package and the aforementioned package are:
66

77
- This package currently only works with the *MessageBird Verify* api or the `'null'` driver that goes through all the steps of the two-factor authentication process without actually doing any real verification. This could be useful for testing purposes.
88
- This package uses throttling to limit the number of unsuccessful authentication attempts in a certain amount of time.
9-
- This package is only guaranteed to work with Laravel 5.4. Prior versions have not been tested.
9+
- This package is only guaranteed to work with Laravel >= 5.4. Prior versions have not been tested.
1010

1111
## Installation
1212
1 To install using *Composer* run:

0 commit comments

Comments
 (0)