mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
fixed links in auth doc
This commit is contained in:
parent
a99b6af799
commit
d907febc5f
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ authentication, see the [UserPassSessionAuth](../src/http_auth.zig#L319) and its
|
||||||
|
|
||||||
For convenience, Authenticator types exist that can authenticate requests.
|
For convenience, Authenticator types exist that can authenticate requests.
|
||||||
|
|
||||||
Zap also provides an `AuthenticatingEndpoint` endpoint-wrapper.
|
Zap also provides an `AuthenticatingEndpoint` endpoint-wrapper. Have a look at the [example](../examples/endpoint_auth) [tests](../src/tests/test_auth.zig)
|
||||||
|
|
||||||
Have a look at the tests: [here](../src/test_auth.zig)
|
|
||||||
|
|
||||||
The following describes the Authenticator types. All of them provide the
|
The following describes the Authenticator types. All of them provide the
|
||||||
`authenticateRequest()` function, which takes a `zap.SimpleRequest` and returns
|
`authenticateRequest()` function, which takes a `zap.SimpleRequest` and returns
|
||||||
|
|
Loading…
Add table
Reference in a new issue