Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Commit

Permalink
Remove userid provider configuration; handled in zf-oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Apr 18, 2015
1 parent f5d9bca commit e85ab39
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ Configuration

Copy ```config/oauth2.doctrine-orm.global.php.dist``` to your autoload directory and rename to ```oauth2.doctrine-orm.global.php``` You will need to edit this file with at least your User entity, which is not provided.

If you are using zf-oauth2 you will want to change the UserId Provider by adding this section to your config:

```
'service_manager' => array(
'aliases' => array(
'ZF\OAuth2\Provider\UserId' =>
'ZF\OAuth2\Provider\UserId\AuthenticationService',
),
),
```


The User Entity
--------------
Expand Down

0 comments on commit e85ab39

Please sign in to comment.