From 027ad41d0f1cd589f9874ec956d9a6d35ca7e4cb Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sat, 20 May 2023 03:41:36 +0200 Subject: [PATCH] fix auth doc --- doc/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authentication.md b/doc/authentication.md index 2160ac8..931b7e5 100644 --- a/doc/authentication.md +++ b/doc/authentication.md @@ -9,7 +9,7 @@ authentication, see the [UserPassSessionAuth](../src/http_auth.zig#L319) and its For convenience, Authenticator types exist that can authenticate requests. -Zap also provides an `AuthenticatingEndpoint` endpoint-wrapper. Have a look at the [example](../examples/endpoint_auth) [tests](../src/tests/test_auth.zig) +Zap also provides an `AuthenticatingEndpoint` endpoint-wrapper. Have a look at the [example](../examples/endpoint_auth) and the [tests](../src/tests/test_auth.zig). The following describes the Authenticator types. All of them provide the `authenticateRequest()` function, which takes a `zap.SimpleRequest` and returns