Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 144405a

Browse files
committed
Incorporate feedback
- Per @froschdesign
1 parent e3a2f8d commit 144405a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v1/intro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zend-expressive-authentication-basic
1+
# Introduction
22

33
This component provides an HTTP Basic Authentication adapter for
44
[zend-expressive-authentication](https://docs.zendframework.com/zend-expressive-authentication).
@@ -102,7 +102,7 @@ $app->get(
102102
'/path/requiring/authentication',
103103
[
104104
Zend\Expressive\Authentication\AuthenticationMiddleware::class,
105-
HandlerRequiringAuthentication::class,
105+
HandlerRequiringAuthentication::class, // use your own handler here
106106
]
107107
);
108108
```

0 commit comments

Comments
 (0)