zulip/docs
Alessandro Toppi ff89590558 auth: Add JWT-based user API key fetch.
This adds a new endpoint /jwt/fetch_api_key that accepts a JWT and can
be used to fetch API keys for a certain user. The target realm is
inferred from the request and the user email is part of the JWT.

A JSON containing an user API key, delivery email and (optionally)
raw user profile data is returned in response.
The profile data in the response is optional and can be retrieved by
setting the POST param "include_profile" to "true" (default=false).

Co-authored-by: Mateusz Mandera <mateusz.mandera@zulip.com>
2023-02-03 15:23:35 -08:00
..
_static readthedocs: Add proper backlink to the Zulip homepage. 2021-07-06 10:59:59 -07:00
_templates contributor docs: Rename "Upgrade or modify Zulip" -> "Upgrade Zulip". 2023-01-27 12:41:56 -08:00
contributing contributor docs: Refer to How we communicate in Design discussions. 2023-01-18 16:07:49 -08:00
development docs: Spell out `./tools/run-dev.py` in setup instructions. 2023-01-30 14:32:53 -08:00
documentation api-docs: Move markdown files to top level directory. 2023-02-02 17:25:40 -08:00
git contributor docs: Rename "Version Control" to "Commit Discipline". 2022-12-07 10:19:07 -08:00
images contributor docs: Add section on machine translation in Transifex. 2023-01-04 11:01:48 -08:00
outreach docs: Add communication guidance to mentor guide. 2023-01-06 11:05:51 -08:00
overview auth: Add JWT-based user API key fetch. 2023-02-03 15:23:35 -08:00
production auth: Add JWT-based user API key fetch. 2023-02-03 15:23:35 -08:00
subsystems contributor docs: Rename "Upgrade or modify Zulip" -> "Upgrade Zulip". 2023-01-27 12:41:56 -08:00
testing Fix typos caught by typos. 2023-01-03 11:09:50 -08:00
translating contributor docs: Add section on machine translation in Transifex. 2023-01-04 11:01:48 -08:00
tutorials api-docs: Move markdown files to top level directory. 2023-02-02 17:25:40 -08:00
.gitignore
Makefile Revert "docs: Temporarily disable parallel building." 2022-02-28 16:28:31 -08:00
README.md
THIRDPARTY icons: Change mute icon from bell to speaker. 2022-09-09 17:32:19 -07:00
code-of-conduct.md
conf.py docs: Convert .html#fragment links to .md#fragment. 2022-02-28 16:28:31 -08:00
index.md docs: Reorganize contribution documentation. 2022-09-21 21:55:36 -07:00
requirements.readthedocs.txt

README.md

Zulip Markdown documentation hosted elsewhere

The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.