Skip to content

Commit

Permalink
[DOCS] Added links to auth-related section
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed Sep 19, 2017
1 parent 3c357eb commit 30c2c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/handling_errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ This error indicates some issue with the client-side code and should
be fixed by client's developer. You must to pass a non-empty
authorization header while accessing to protected resources. To get
more information about the authorization process, please take a look
into FIXME section of documentation.
into :ref:`protected_resources` section of documentation.

.. WARNING::
This behaviour may be changed if 'insecure' mode will be introduced.
Expand All @@ -234,7 +234,7 @@ It may indicate that:
This error indicates that the access token must to be renewed. In this
case it is recommended to redirect user to authorization page. To get
more information about the authorization process, plese take a look
into FIXME section of documentation.
into :ref:`protected_resources` section of documentation.

.. WARNING::
This behaviour may be changed if 'insecure' mode will be introduced.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/api/rest_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The ``BASE_URL`` may look like this: ``http://localhost:10800/api/v1/``

or like this: ``https://hostname.local/api/v1/``

.. _protected_resources:

Protected resources
-------------------

Expand Down

0 comments on commit 30c2c6e

Please sign in to comment.