You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Two-Factor-Authentication
2
-
A two-factor authentication package for Laravel 5.4
2
+
A two-factor authentication package for Laravel >= 5.4
3
3
4
4
## 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:
6
6
7
7
- 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.
8
8
- 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.
0 commit comments