Update middlewares.md
This commit is contained in:
parent
a36596d332
commit
bb686597bd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,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 let's you add HTTP Basic Authorization support to your Kemal application.
|
||||||
To increase easy of use you can use this middleware with `basic_auth` macro like below.
|
You can easily use this middleware with `basic_auth` macro like below.
|
||||||
|
|
||||||
```crystal
|
```crystal
|
||||||
require "kemal"
|
require "kemal"
|
||||||
|
|
Loading…
Reference in a new issue