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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@
8
8
# laravel-two-factor-authentication
9
9
A two-factor authentication package for _Laravel_ >= 8 (for Laravel 5 to 7 you will need version 1 or 2 of this package)
10
10
11
+
## Table of Contents
12
+
13
+
-[Description](#description)
14
+
-[Important](#important)
15
+
-[Installation](#installation)
16
+
-[Changes to the Login Process](#changes-to-the-login-process)
17
+
-[Using a Custom Provider](#using-a-custom-provider)
18
+
-[Errors and Exceptions](#errors-and-exceptions)
19
+
-[Testing](#testing)
20
+
11
21
## Description
12
22
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:
0 commit comments