Skip to content

Commit e322138

Browse files
committed
Adds CHANGELOG entries for #13
1 parent 932910f commit e322138

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 0.3.0 - 2017-11-28
6+
7+
### Added
8+
9+
- [#13](https://github.com/zendframework/zend-expressive-authorization/pull/13) adds
10+
a requirement on the zend-expressive-authentication package, v 0.2.0 and up.
11+
12+
### Changed
13+
14+
- [#13](https://github.com/zendframework/zend-expressive-authorization/pull/13)
15+
modifies the `AuthorizationMiddleware` workflow. It now looks for a
16+
`Zend\Expressive\Authentication\UserInterface` request parameter that
17+
implements that interface; with none available, it returns a 401 status.
18+
Additionally, it now uses `UserInterface::getUserRoles()`, which returns an
19+
array of roles; as such, it loops through each, delegating request processing
20+
for the first role granted permission.
21+
22+
- [#13](https://github.com/zendframework/zend-expressive-authorization/pull/13)
23+
pins to http-interop/http-middleware 0.4.1, as that is the most recent version
24+
supported by zend-expressive-authentication.
25+
26+
### Deprecated
27+
28+
- Nothing.
29+
30+
### Removed
31+
32+
- Nothing.
33+
34+
### Fixed
35+
36+
- Nothing.
37+
538
## 0.2.0 - 2017-10-09
639

740
### Added

0 commit comments

Comments
 (0)