From 04bef9c7919d6ee71e0baad1c56e48ed71dce73d Mon Sep 17 00:00:00 2001 From: PatrickePatate Date: Fri, 22 Aug 2025 16:53:12 +0200 Subject: [PATCH 1/2] Update 2FA docs --- docs/guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index 8b8c202cd..24bb62147 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -147,7 +147,7 @@ First, require two packages needed for this feature: ```bash composer require pragmarx/google2fa-laravel -composer require bacon/bacon-qr-code:"~2.0" +composer require bacon/bacon-qr-code:"~3.0" ``` Then, you'll need to configure the totp handler: From e83df806a89e2d3dca4ef61d633a92f1c3eb78c1 Mon Sep 17 00:00:00 2001 From: PatrickePatate Date: Fri, 22 Aug 2025 16:57:21 +0200 Subject: [PATCH 2/2] Update 2FA docs --- docs/guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index 24bb62147..f152aaa84 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -147,7 +147,7 @@ First, require two packages needed for this feature: ```bash composer require pragmarx/google2fa-laravel -composer require bacon/bacon-qr-code:"~3.0" +composer require bacon/bacon-qr-code ``` Then, you'll need to configure the totp handler: