add fx-integration.mmd sequence diagram

This commit is contained in:
Luke Crouch 2021-12-14 06:41:13 -06:00
Родитель 216968207d
Коммит 6584cfdbbd
2 изменённых файлов: 7 добавлений и 0 удалений

7
docs/fx-integration.mmd Normal file
Просмотреть файл

@ -0,0 +1,7 @@
sequenceDiagram
Firefox->>accounts.firefox.com: POST /oauth/token grant_type:fxa-credentials
accounts.firefox.com->>Firefox: {access_token: ...}
Firefox->>monitor.firefox.com: GET /user/breach-stats Bearer: $access_token
monitor.firefox.com->>accounts.firefox.com: POST /oauth/verify $access_token
accounts.firefox.com->>monitor.firefox.com: {user: ...}
monitor.firefox.com->>Firefox: {breaches ...}

Двоичные данные
docs/fx-integration.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 130 KiB