mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08: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. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| tests.py | ||
| view.py | ||