Guides

Authentication

The authentication process.


Overview

Authentication encompasses the following processes:

Pages related to these authentication processes should only be accessible when the API responses include the header X-Session-Status: auth.

HTTP/1.1 200 OK
...
X-Session-Status: auth
...

Authentication flow

TODO


Previous
Responses