Skip to content

Instantly share code, notes, and snippets.

@shrmpy
Created October 10, 2021 00:47
Show Gist options
  • Save shrmpy/92ea08fdd4bc78a81ca15a10448c8931 to your computer and use it in GitHub Desktop.
Save shrmpy/92ea08fdd4bc78a81ca15a10448c8931 to your computer and use it in GitHub Desktop.
mermaid sequence diagram for Authorization header between Twitch panel and EBS
sequenceDiagram
    autonumber
    Panel->>+Twitch: onAuthorized
    Twitch-->>-Panel: token

    Panel->>+EBS: Authorization: Bearer token
    Note left of Panel: Button click event
    EBS-->>-Panel: Pavlok URL
    Panel->>+PavlokAPI: Pavlok URL
    PavlokAPI-->>-Panel: OAuth Login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment