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

Commit 97dfaa6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A two-factor authentication package for Laravel 5.4
44
## Description
55
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:
66

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.
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.
88
- This package uses throttling to limit the number of unsuccessful authentication attempts in a certain amount of time.
99
- This package is only guaranteed to work with Laravel 5.4. Prior versions have not been tested.
1010

0 commit comments

Comments
 (0)