mention that we can send tokens via headers

This commit is contained in:
Michael Telatynski 2017-10-27 09:52:53 +01:00
parent cc6b16b63c
commit c2b1b7a10e
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
2 changed files with 3 additions and 2 deletions

View file

@ -171,8 +171,8 @@ Client Authentication
Most API endpoints require the user to identify themselves by presenting
previously obtained credentials in the form of an ``access_token`` query
parameter. An access token is typically obtained via the `Login`_ or
`Registration`_ processes.
parameter or through an Authorization Header of ``Bearer $access_token``.
An access token is typically obtained via the `Login`_ or `Registration`_ processes.
When credentials are required but missing or invalid, the HTTP call will
return with a status of 401 and the error code, ``M_MISSING_TOKEN`` or