authelia/docs/community/two-factor-basic-auth.md

16 lines
567 B
Markdown
Raw Normal View History

---
layout: default
title: 2FA through basic auth
parent: Community
nav_order: 1
---
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:
## [authelia-basic-2fa](https://github.com/ViRb3/authelia-basic-2fa)