mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Update middlewares.md
This commit is contained in:
parent
bb686597bd
commit
15d776d114
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Kemal has built-in middlewares for common use cases.
|
||||||
|
|
||||||
### HTTP Basic Authorization
|
### HTTP Basic Authorization
|
||||||
|
|
||||||
This middleware let's you add HTTP Basic Authorization support to your Kemal application.
|
This middleware lets you add HTTP Basic Authorization to your Kemal application.
|
||||||
You can easily use this middleware with `basic_auth` macro like below.
|
You can easily use this middleware with `basic_auth` macro like below.
|
||||||
|
|
||||||
```crystal
|
```crystal
|
||||||
|
|
Loading…
Reference in a new issue