mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Now reading API keys from a user is done with the get_api_key wrapper method, rather than directly fetching it from the user object. Also, every place where an action should be done for each API key is now using get_all_api_keys. This method returns for the moment a single-item list, containing the specified user's API key. This commit is the first step towards allowing users have multiple API keys.
6.7 KiB
6.7 KiB