[DOCS] Update two-factor-basic-auth.md (#680)

pull/678/head^2
Victor 2020-03-03 07:37:18 +00:00 committed by GitHub
parent faf43de14f
commit e033a399a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -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)