Update README.md

This commit is contained in:
Rob Wagner 2023-07-27 23:21:31 -04:00
parent d7f78687fe
commit 5a46f44cc9
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -61,7 +61,7 @@ header is not present, which is useful if you want to make an entire router, say
_It should be noted that this is NOT a replacement for an auth guard. A user can _It should be noted that this is NOT a replacement for an auth guard. A user can
trivially set the `HX-Request` header themselves. This is merely a convenience trivially set the `HX-Request` header themselves. This is merely a convenience
for preventing users from receiving partial responses without context. If you for preventing users from receiving partial responses without context. If you
need to secure an endpoint, you should be using a proper auth system._ need to secure an endpoint you should be using a proper auth system._
## Example: Extractors ## Example: Extractors