mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
add diagram for mfa auth workflow (#216)
This commit is contained in:
parent
67b9a5299d
commit
950fabe2bd
@ -36,9 +36,7 @@ Each MFA module need to implement a setup flow handler extends from `mfa_modules
|
|||||||
|
|
||||||
## Workflow
|
## Workflow
|
||||||
|
|
||||||
> TODO: draw a diagram
|

|
||||||
|
|
||||||
User == select auth provider ==> LoginFlow.init == input/validate username/password ==> LoginFlow.finish ==> if user enabled mfa ==> LoginFlow.select_mfa_module ==> initialize(optional) ==> LoginFlow.mfa == input/validate MFA code ==> LoginFlow.finish ==> Done
|
|
||||||
|
|
||||||
## Configuration example
|
## Configuration example
|
||||||
|
|
||||||
|
BIN
website/static/img/en/auth/mfa_workflow.png
Normal file
BIN
website/static/img/en/auth/mfa_workflow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
Loading…
x
Reference in New Issue
Block a user