Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions developer_manual/client_apis/LoginFlow/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,14 @@ Note that the 200 will only be returned once.
end

User->>Browser: Enter credentials (and 2FA if required)
Browser->>Server: Submit login and grant client access
Browser->>Server: Submit credentials
Server->>Browser: Redirect to /login/v2/grant
User->>Browser: Click on "Grant access"
Browser->>Server: Submit grant access
deactivate Browser

Note right of Server: Create an ephemeral session <br/>which lives for 5 minutes

deactivate Browser
Application-->>Server: POST /login/v2/poll with the poll token
activate Server
Server->>Application: 200 JSON {server, loginName, appPassword}
Expand Down
Loading