File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ title: Quick Start
33sidebar_position : 1
44---
55
6- LmcRbac offers components and services to implement role-based access control (RBAC) in your application.
7- LmcRbac extends the components provided by [ laminas-permissions-rbac] ( https://github.com/laminas/laminas-permissions-rbac ) .
6+ Lmc Authentication offers middleware to implement authentication in your
7+ application.
8+
9+ Lmc Authentication works in the same way as Mezzio Authentication except that
10+ it does not perform any action when authentication does result into a user.
811
912## Requirements
1013
@@ -17,7 +20,7 @@ lmc-authentication only officially supports installation through Composer.
1720Install the module:
1821
1922``` sh
20- $ composer require lm-commons/lmc-authntication
23+ $ composer require lm-commons/lmc-authentication
2124```
2225
2326You will be prompted by the Laminas Component Installer plugin to inject the
You can’t perform that action at this time.
0 commit comments