Fix typo in accessing-the-api.md
This commit is contained in:
parent
a030e5777e
commit
017039804a
|
|
@ -39,7 +39,7 @@ one or more Authenticator Modules.
|
||||||
Authenticators are described in more detail [here](/docs/admin/authentication/).
|
Authenticators are described in more detail [here](/docs/admin/authentication/).
|
||||||
|
|
||||||
The input to the authentication step is the entire HTTP request, however, it typically
|
The input to the authentication step is the entire HTTP request, however, it typically
|
||||||
just examines the headers and/or or client certificate.
|
just examines the headers and/or client certificate.
|
||||||
|
|
||||||
Authentication modules include Client Certificates, Password, and Plain Tokens,
|
Authentication modules include Client Certificates, Password, and Plain Tokens,
|
||||||
and JWT Tokens (used for service accounts).
|
and JWT Tokens (used for service accounts).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue