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:
parent
81f38d6605
commit
1c2609c7f1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue