Docs: Update auth.md (#26034)

This commit is contained in:
Diana Payton
2020-07-06 07:56:26 -07:00
committed by GitHub
parent 8e7a88faff
commit 42295898b8

View File

@@ -17,7 +17,7 @@ Currently you can authenticate via an `API Token` or via a `Session cookie` (acq
## Basic Auth
If basic auth is enabled (it is enabled by default) you can authenticate your HTTP request via
If basic auth is enabled (it is enabled by default), then you can authenticate your HTTP request via
standard basic auth. Basic auth will also authenticate LDAP users.
curl example: