Create sequence diagrams with simple online tool

Swimlanes.io is a free webapp for making sequence diagrams. You simply edit the text on the left and the diagram is updated in real time. You can download your sequence diagrams as images or distribute with a link.

title: Flyte UI Auth Flow Browser -> Flyte Console: Visit Flyte Console -> Flyte Admin: Make call Flyte Admin -> Flyte Console: 401 Unauthorized Flyte Console -> Browser: Redirect to flyteadmin/login Browser -> Flyte Admin: flyteadmin/login Browser <- Flyte Admin: Redirect to Okta Browser -> Okta: /authorize Okta -> Browser: Redirect to Admin /callback Browser -> Flyte Admin: /callback with code Flyte Admin <--> Okta: Exchange code for tokens Flyte Admin -> Browser: Set token and redirect to Console