From 1ba0ef62fd195d49a1ac0f4a01b59ce1c76cc03f Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Sat, 3 Feb 2024 17:20:46 +0100 Subject: [PATCH] Link 3rd party packages for 2fa providers --- doc/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index e266c164..d3f5b6b0 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -43,6 +43,11 @@ The bundle supports the following authentication methods out of the box: * :doc:`TOTP Authenticator ` * :doc:`Code-via-Email authentication ` +**3rd-party packages:** + +* `Webauthn via jbtronics/2fa-webauthn `_ +* `Text messages via erkens/2fa-text `_ + The Authentication Process with Two-Factor Authentication ---------------------------------------------------------