Skip to content

Releases: API-Skeletons/zf-oauth2-doctrine-identity

3.0.1

07 May 19:20
2fb3a12
Compare
Choose a tag to compare

The 3.0.0 release was premature. This release contains support for RBAC 3.0

3.0.0

07 May 19:04
Compare
Choose a tag to compare

Support for zendframework/zend-mvc-permission-rbac 3.0.0 which includes breaking changes.

2.0.1

10 Mar 04:44
Compare
Choose a tag to compare

Support zf-oauth2-doctrine 3.0

2.0.0

06 Oct 21:49
Compare
Choose a tag to compare

Release for PHP 7.1 onward.

1.0.7

12 May 19:56
Compare
Choose a tag to compare

Fixed incorrect exception reference and corrected access_token/id refererence from Identity

1 - The AccessTokenException class was incorrectly referenced.
2 - When enabling JWT access tokens (in conjunction with bshaffer/oauth2-server-php), the $identity['access_token'] does not exist. Rather, $identity['id'] can be used so long as the following two configs have been set:

use_jwt_access_tokens: true
store_encrypted_token_string: false

1.0.6

25 Apr 01:06
Compare
Choose a tag to compare

Compatible with mutatetablenames

1.0.5

31 Jan 21:14
Compare
Choose a tag to compare

Added

setUser on AuthenticatedIdentity to allow the identity to be assiged a single name used in ACL for as a role for Apigility default ACL.

Deprecated

Nothing.

Removed

Nothing.

Fixed

Nothing.

1.0.4

30 Jan 23:39
Compare
Choose a tag to compare

Added

A third parameter to AuthenticatedIdentity constructor $name allows you to set a single name for a roleId used by Apigility' default ACL Authorization. This is not used by API-Skeletons/zf-oauth2-doctrine-permissions-acl

Deprecated

Nothing.

Removed

Nothing.

Fixed

Nothing.

1.0.3

31 Dec 03:50
Compare
Choose a tag to compare

The Identity needed a getId() function to return the id of the user authenticating to OAuth2.
This is now in place.

1.0.2

28 Dec 23:40
Compare
Choose a tag to compare

The Identity is now persisted in the MvcEvent too.