You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ by maxence business consulting gmbh, Germany.
8
8
Introduction
9
9
------------
10
10
11
-
MxcRouteGuard restricts access to routes for unauthenticated users. Out of the box MxcRouteGuard works with ZfcUser, however, alternative authentication
12
-
may be used as long as they provide a `public function hasIdentity()` returning `bool`. MxcRouteGuard is designed to be very simple and reasonably extendable.
11
+
MxcRouteGuard restricts access to routes for unauthenticated users. Out of the box MxcRouteGuard works with ZfcUser, however, alternative authentication services
12
+
(such as `Zend\Authentication\AuthenticationService`) may be used as long as they provide a `public function hasIdentity()` returning `bool`. MxcRouteGuard is
13
+
designed to be very simple and reasonably extendable.
0 commit comments