blurts-server/docs/fx-integration.mmd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 строки
424 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

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 ...}