From e033a399a75a98565e6f4091995c0d7ab74c63c7 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 3 Mar 2020 07:37:18 +0000 Subject: [PATCH] [DOCS] Update two-factor-basic-auth.md (#680) --- docs/community/two-factor-basic-auth.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/community/two-factor-basic-auth.md b/docs/community/two-factor-basic-auth.md index dc049950a..84dfb7acd 100644 --- a/docs/community/two-factor-basic-auth.md +++ b/docs/community/two-factor-basic-auth.md @@ -5,8 +5,11 @@ parent: Community nav_order: 1 --- -The following documentation shows how to integrate one-time password -second factor through basic auth. +The following project allows you to use Authelia's one-time password (OTP) 2-factor authentication (2FA) through only +[basic auth](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) +and a custom credentials format described below. +This allows you to use 2FA on clients and scenarios +that demand basic auth, e.g. [webdav](https://en.wikipedia.org/wiki/WebDAV) network streaming. +More information: -Check the documentation available at -[https://github.com/ViRb3/authelia-basic-auth-2fa](https://github.com/ViRb3/authelia-basic-auth-2fa). +## [authelia-basic-2fa](https://github.com/ViRb3/authelia-basic-2fa)