Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
fhein committed Jul 15, 2013
1 parent d90842f commit 24214e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,9 @@ by maxence business consulting gmbh, Germany.
Introduction
------------

MxcRouteGuard restricts access to routes for unauthenticated users. Out of the box MxcRouteGuard works with ZfcUser, however, alternative authentication
may be used as long as they provide a `public function hasIdentity()` returning `bool`. MxcRouteGuard is designed to be very simple and reasonably extendable.
MxcRouteGuard restricts access to routes for unauthenticated users. Out of the box MxcRouteGuard works with ZfcUser, however, alternative authentication services
(such as `Zend\Authentication\AuthenticationService`) may be used as long as they provide a `public function hasIdentity()` returning `bool`. MxcRouteGuard is
designed to be very simple and reasonably extendable.

Requirements
------------
Expand Down

0 comments on commit 24214e8

Please sign in to comment.