From 1c2609c7f1d5fbf465ff3c8c2c3068fe93bcbac9 Mon Sep 17 00:00:00 2001 From: Rene Schallner <30892199+renerocksai@users.noreply.github.com> Date: Tue, 16 May 2023 16:12:29 +0200 Subject: [PATCH] Update authentication.md --- doc/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authentication.md b/doc/authentication.md index a9a2963..7bba4a8 100644 --- a/doc/authentication.md +++ b/doc/authentication.md @@ -4,7 +4,7 @@ Zap supports both Basic and Bearer authentication which are based on HTTP headers. For a cookie-based ("session token", not to mistake for "session cookie") -authentication, see the [UserPassSessionAuth](../src/http_auth.zig#L312) and its +authentication, see the [UserPassSessionAuth](../src/http_auth.zig#L319) and its [example](../examples/userpass_session_auth/). For convenience, Authenticator types exist that can authenticate requests.