Add multi-factor authentication modules (#15489)
* Get user after login flow finished * Add multi factor authentication support * Typings
This commit is contained in:
parent
ae63980152
commit
7e7f9bc6ac
18 changed files with 925 additions and 46 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue