Skip to content

Commit df7eca1

Browse files
committed
Updates links to related documentations
1 parent c4cff08 commit df7eca1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/book/v1/intro.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ is provided during authentication.
1010
Authentication is provided via the package
1111
[zend-expressive-authentication](https://docs.zendframework.com/zend-expressive-authentication/).
1212
That library provides an `AuthenticationMiddleware` class that verify
13-
credentials using the HTTP request, and stores the identity via a [PSR-7 request attribute](https://docs.zendframework.com/zend-expressive/v2/cookbook/passing-data-between-middleware/).
13+
credentials using the HTTP request, and stores the identity via a
14+
[PSR-7 request attribute](https://docs.zendframework.com/zend-expressive/v3/cookbook/passing-data-between-middleware/).
1415

1516
The identity generated by zend-expressive-authentication is stored as the
1617
request attribute `Zend\Expressive\Authentication\UserInterface` as a
@@ -54,9 +55,9 @@ Authorization is performed using the `isGranted()` method of the
5455

5556
We offer two adapters:
5657

57-
- [zend-expressive-authorization-rbac](https://github.com/zendframework/zend-expressive-authorization-rbac),
58+
- [zend-expressive-authorization-rbac](https://docs.zendframework.com/zend-expressive-authorization-rbac/),
5859
which implements Role-Based Access Controls ([RBAC](https://en.wikipedia.org/wiki/Role-based_access_control))
59-
- [zend-expressive-authorization-acl](https://github.com/zendframework/zend-expressive-authorization-acl/),
60+
- [zend-expressive-authorization-acl](https://docs.zendframework.com/zend-expressive-authorization-acl/),
6061
which implements an Access Control List ([ACL](https://en.wikipedia.org/wiki/Access_control_list)).
6162

6263
> If you want to know more about authentication using middleware in PHP,

0 commit comments

Comments
 (0)