Skip to content

Commit

Permalink
Merge 101640b into 14e4a72
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 29, 2018
2 parents 14e4a72 + 101640b commit f3fc93a
Show file tree
Hide file tree
Showing 7 changed files with 233 additions and 177 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ and [PSR-7](http://www.php-fig.org/psr/psr-7/) applications for authorize
specific routes based on [ACL](https://en.wikipedia.org/wiki/Access_control_list)
or [RBAC](https://en.wikipedia.org/wiki/Role-based_access_control) systems.

## WORK IN PROGRESS

This repository contains a **work in progress** project for building an
authorization module for *Expressive* and *PSR-7* applications.

Read the RFC proposal in the [forum](https://discourse.zendframework.com/t/rfc-authorization-module-for-expressive-and-psr-7/239)
for more information.

**Please, don't use this code in a production environment!**

## Installation

You can install the *zend-expressive-authorization* library with composer:
Expand All @@ -35,9 +25,3 @@ $ mkdocs build
```

You may also [browse the documentation online](https://docs.zendframework.com/zend-expressive-authorization/).

## Configuration



## Usage
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-expressive-authentication": "^0.5"
"zendframework/zend-expressive-authentication": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0.2",
Expand Down

0 comments on commit f3fc93a

Please sign in to comment.