=doc #18857 Add docs about comparing the secret when authenticating

This commit is contained in:
Johan Andrén 2015-11-19 11:08:37 +01:00
parent fa683e1842
commit 63806bdbe0
11 changed files with 36 additions and 1 deletions

View file

@ -15,6 +15,8 @@ Description
Extracts the potentially present ``HttpCredentials`` provided with the request's ``Authorization`` header,
which can be then used to implement some custom authentication or authorization logic.
See :ref:`credentials-and-timing-attacks-scala` for details about verifying the secret.
Example
-------