Skip to content

Commit e5eae34

Browse files
committed
feat: Add grant step to login flow v2 diagram
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent cd75248 commit e5eae34

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • developer_manual/client_apis/LoginFlow

developer_manual/client_apis/LoginFlow/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,14 @@ Note that the 200 will only be returned once.
187187
end
188188

189189
User->>Browser: Enter credentials (and 2FA if required)
190-
Browser->>Server: Submit login and grant client access
190+
Browser->>Server: Submit credentials
191+
Server->>Browser: Redirect to /login/v2/grant
192+
User->>Browser: Click on "Grant access"
193+
Browser->>Server: Submit grant access
194+
deactivate Browser
191195

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

194-
deactivate Browser
195198
Application-->>Server: POST /login/v2/poll with the poll token
196199
activate Server
197200
Server->>Application: 200 JSON {server, loginName, appPassword}

0 commit comments

Comments
 (0)