diff --git a/README.md b/README.md index a92453a..0980f8d 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,8 @@ public function destroy(Request $request): RedirectResponse } ``` +### User Authenticaion + Once the user has confirmed enabling two-factor authentication, each time they log in, they will be redirected to a page where they will be asked to enter a one-time password generated by their authenticator app. ```php