mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add multi-factor authentication modules (#15489)
* Get user after login flow finished * Add multi factor authentication support * Typings
This commit is contained in:
committed by
Paulus Schoutsen
parent
ae63980152
commit
7e7f9bc6ac
@@ -30,6 +30,7 @@ CONF_API_KEY = 'api_key'
|
||||
CONF_API_VERSION = 'api_version'
|
||||
CONF_AT = 'at'
|
||||
CONF_AUTHENTICATION = 'authentication'
|
||||
CONF_AUTH_MFA_MODULES = 'auth_mfa_modules'
|
||||
CONF_AUTH_PROVIDERS = 'auth_providers'
|
||||
CONF_BASE = 'base'
|
||||
CONF_BEFORE = 'before'
|
||||
|
||||
Reference in New Issue
Block a user