Skip to content

Instantly share code, notes, and snippets.

View edno's full-sized avatar

Grégory Heitz edno

  • Denmark
  • 23:05 (UTC +01:00)
  • LinkedIn in/gheitz
View GitHub Profile
@edno
edno / user_auth_flow.md
Last active April 21, 2022 12:43
API User Flows

User Auth flow

sequenceDiagram
    participant client
    participant php as "php api"
    client->>php: POST /api/v1/auth/login/phone
    php-->>client: 
    client->>php: POST /api/v1/auth/login/phone/verify
 php-->>client: