Skip to content

Commit befc0cb

Browse files
committed
Merge branch 'feature/23-documentation'
Close #23
2 parents 6dd093e + 23b7f26 commit befc0cb

File tree

9 files changed

+264
-197
lines changed

9 files changed

+264
-197
lines changed

README.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,15 @@
33
[![Build Status](https://secure.travis-ci.org/zendframework/zend-expressive-authorization.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-expressive-authorization)
44
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-expressive-authorization/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-expressive-authorization?branch=master)
55

6-
Zend-expressive-authorization is a middleware for [Expressive](https://github.com/zendframework/zend-expressive)
7-
and [PSR-7](http://www.php-fig.org/psr/psr-7/) applications for authorize
6+
Zend-expressive-authorization provides middleware for [Expressive](https://github.com/zendframework/zend-expressive)
7+
and [PSR-7](http://www.php-fig.org/psr/psr-7/) applications for authorizing
88
specific routes based on [ACL](https://en.wikipedia.org/wiki/Access_control_list)
99
or [RBAC](https://en.wikipedia.org/wiki/Role-based_access_control) systems.
1010

11-
## WORK IN PROGRESS
12-
13-
This repository contains a **work in progress** project for building an
14-
authorization module for *Expressive* and *PSR-7* applications.
15-
16-
Read the RFC proposal in the [forum](https://discourse.zendframework.com/t/rfc-authorization-module-for-expressive-and-psr-7/239)
17-
for more information.
18-
19-
**Please, don't use this code in a production environment!**
20-
2111
## Installation
2212

23-
You can install the *zend-expressive-authorization* library with composer:
13+
You can install the zend-expressive-authorization library with
14+
[Composer](https://getcomposer.org):
2415

2516
```bash
2617
$ composer require zendframework/zend-expressive-authorization
@@ -35,9 +26,3 @@ $ mkdocs build
3526
```
3627

3728
You may also [browse the documentation online](https://docs.zendframework.com/zend-expressive-authorization/).
38-
39-
## Configuration
40-
41-
42-
43-
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"psr/container": "^1.0",
2525
"psr/http-message": "^1.0.1",
2626
"psr/http-server-middleware": "^1.0",
27-
"zendframework/zend-expressive-authentication": "^0.4.0"
27+
"zendframework/zend-expressive-authentication": "^1.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^7.0.2",

0 commit comments

Comments
 (0)