Skip to content

Commit 824f7ea

Browse files
authored
Merge pull request #18 from visto9259/1.1.x
Updated quick-start.md
2 parents 69a33bd + d5633ff commit 824f7ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/docs/quick-start.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ title: Quick Start
33
sidebar_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.
1720
Install the module:
1821

1922
```sh
20-
$ composer require lm-commons/lmc-authntication
23+
$ composer require lm-commons/lmc-authentication
2124
```
2225

2326
You will be prompted by the Laminas Component Installer plugin to inject the

0 commit comments

Comments
 (0)