=doc #18857 Add docs about comparing the secret when authenticating
This commit is contained in:
parent
fa683e1842
commit
63806bdbe0
11 changed files with 36 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ which by default is mapped to an ``401 Unauthorized`` response.
|
|||
Standard HTTP-based authentication which uses the ``WWW-Authenticate`` header containing challenge data and
|
||||
``Authorization`` header for receiving credentials is implemented in subclasses of ``HttpAuthenticator``.
|
||||
|
||||
See :ref:`credentials-and-timing-attacks-scala` for details about verifying the secret.
|
||||
|
||||
.. warning::
|
||||
Make sure to use basic authentication only over SSL/TLS because credentials are transferred in plaintext.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue