1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

Update README.md

This commit is contained in:
Rene Schallner 2023-05-24 12:19:58 +02:00 committed by GitHub
parent 8f649e85a7
commit 901022007b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ Here's what works:
Authentication](./examples/userpass_session_auth/)**: A convenience Authentication](./examples/userpass_session_auth/)**: A convenience
authenticator that redirects un-authenticated requests to a login page and authenticator that redirects un-authenticated requests to a login page and
sends cookies containing session tokens based on username/password pairs sends cookies containing session tokens based on username/password pairs
transmitted via POST request. received via POST request.
- **[MIDDLEWARE support](examples/middleware/middleware.zig)**: chain together - **[MIDDLEWARE support](examples/middleware/middleware.zig)**: chain together
request handlers in middleware style. Provide custom context structs, totally request handlers in middleware style. Provide custom context structs, totally
type-safe, using **[ZIG-CEPTION](doc/zig-ception.md)**. If you come from GO type-safe, using **[ZIG-CEPTION](doc/zig-ception.md)**. If you come from GO