1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

Update authentication.md

This commit is contained in:
Rene Schallner 2023-05-16 16:12:29 +02:00 committed by GitHub
parent 81f38d6605
commit 1c2609c7f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.