Skip to content

Instantly share code, notes, and snippets.

@jtemporal
Created June 18, 2024 14:20
Show Gist options
  • Save jtemporal/4278ee64bfd0c9f9b9cf1cf155312354 to your computer and use it in GitHub Desktop.
Save jtemporal/4278ee64bfd0c9f9b9cf1cf155312354 to your computer and use it in GitHub Desktop.
sequenceDiagram
    autonumber
    Vercel->>Vercel: <br>
    Note right of Vercel: Click on the <br>Auth0 integration
    Vercel->>Auth0: <br>You are redirected to <br>Auth0 to authenticate
    Note right of Vercel:  Vercel never sees <br>your Auth0 credentials
    Auth0-->Auth0: 
    Note right of Auth0: If you are new to Auth0<br>your tenant is <br>bootstraped for you 
    %% Auth0->>Auth0: <br>
    Auth0->>Auth0: <br>
    Note right of Auth0: You're asked to give Auth0 permission to share some<br> environment variables from your Auth0 account<br> back to your Vercel project.
    %% You allow some environment variables from your <br>Auth0 account to be shared with your Vercel project
    Auth0->>Auth0: <br>
    Note right of Auth0: New client app <br>created in your tenant
    Auth0->>Vercel: Variables are shared via a secure API,<br> and the integration is complete.
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment