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: Actions on Google — Account Linking (phase 1) User ->> Actions on Google: start the app note: "Talk to star wars" Actions on Google ->> Dialogflow: Default Welcome Intent Dialogflow ->> Fulfillment: `Default Welcome Intent` Fulfillment -->> Dialogflow: new SignIn() Dialogflow -->> Actions on Google: new SignIn() Actions on Google -->> User: Ask to link account note: "Before you can use star wars, I need to link your star wars account to Google. Is that ok?" User ->> Actions on Google: User accepts group: **The Authorization process happens here** Actions on Google ->> Browser: 1. Authorization request Browser ->> Auth0 Server : 2. Authorization request `/authorize` Auth0 Server -->> Browser: 3. Authorization code Browser -->> Actions on Google: 4. Authorization code Actions on Google ->> Auth0 Server : 5. Request token `/oauth/token` Auth0 Server -->> Actions on Google: Access token and refresh token Actions on Google --> User: Greetings note: "Great! Your star wars account is now linked to Google" end note User, : **THE USER MUST START THE APP AGAIN TO PROCEED...**