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 CLI Auth Flow Flyte CLI User -> Flyte Admin: Make request Flyte Admin -> Flyte CLI User: 401 Unauthorized Flyte CLI User <-> Flyte Admin: Get OAuth Metadata Flyte CLI User -> Okta: /authorize Okta -> Flyte CLI User: Redirect to localhost /callback Flyte CLI User <-> Okta: Localhost /callback handler exchanges code for token Flyte CLI User -> Flyte CLI User: Flyte CLI sets tokens on user's OS keychain Flyte CLI User -> Flyte Admin: Send original request to Admin with token