mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
backend-auth: Add user ID to fetch api key responses.
Adds the user ID to the return values for the `/fetch_api_key` and `/dev_fetch_api_key` endpoints. This saves clients like mobile a round trip to the server to get the user's unique ID as it is now returned as part of the log in flow. Fixes #24980.
This commit is contained in:
committed by
Tim Abbott
parent
52f7eb4463
commit
e95b784f6e
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 7.0
|
||||
|
||||
**Feature level 171**:
|
||||
|
||||
* [`POST /fetch_api_key`](/api/fetch-api-key),
|
||||
[`POST /dev_fetch_api_key`](/api/dev-fetch-api-key): The return values
|
||||
for these endpoints now include the unique ID of the user who owns the
|
||||
API key.
|
||||
|
||||
**Feature level 170**
|
||||
|
||||
* [`POST /user_topics`](/api/update-user-topic):
|
||||
|
Reference in New Issue
Block a user