From 53d0540adb513937558c097bbd14510108c03352 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 19 May 2023 08:20:33 -0600 Subject: [PATCH] Update data/api/client-server/login.yaml Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- data/api/client-server/login.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/login.yaml b/data/api/client-server/login.yaml index 36b44153..25f05d23 100644 --- a/data/api/client-server/login.yaml +++ b/data/api/client-server/login.yaml @@ -260,7 +260,7 @@ paths: This API endpoint uses the [User-Interactive Authentication API](/client-server-api/#user-interactive-authentication-api). - An already-authenticated client would call this endpoint to generate a single-use, time-limited, + An already-authenticated client can call this endpoint to generate a single-use, time-limited, token for an unauthenticated client to log in with, becoming logged in as the same user which called this endpoint. The unauthenticated client uses the generated token in a `m.login.token` login flow with the homeserver.