=doc Fix authorizeAsync reference in authorize docs (#20359)

This commit is contained in:
Paweł Jurczenko 2016-04-18 20:21:36 +02:00 committed by Konrad Malawski
parent 1f4a83e82b
commit 51124aac1a

View file

@ -24,7 +24,7 @@ If the check returns ``true`` the request is passed on to the inner route unchan
In a common use-case you would check if a user (e.g. supplied by any of the ``authenticate*`` family of directives,
e.g. :ref:`-authenticateBasic-`) is allowed to access the inner routes, e.g. by checking if the user has the needed permissions.
See also :ref:`-authorize-` for the asynchronous version of this directive.
See also :ref:`-authorizeAsync-` for the asynchronous version of this directive.
.. note::
See also :ref:`authentication-vs-authorization-scala` to understand the differences between those.