Closed ojhaujjwal closed 9 years ago
Thanks for the links. I'm sorry, I'm really busy here in japan, I finally didn't have the time to answer you :(.
@mac_nibblet if you have some time looking at this...
Envoyé de mon iPhone
Le 30 août 2014 à 01:27, Ujjwal Ojha notifications@github.com a écrit :
I can't extend the entities. See how awesomely FOSOAuthServerBundle supports this.
— Reply to this email directly or view it on GitHub.
@ojhaujjwal what's the use-case? Shouldn't you replace repositories instead?
I am thinking to have multiple token owners, client and users because I use client credentials grant and password grant. But, I am not really sure on this. See #23
So, there is a token owner entity Application\Entity\TokenOwner
. User and client entites have one-to-one relation with token owner. So, I need to extend the client entity. But, the client entity is not a mapper-superclass like FOSOAuthServerBundle.
@ojhaujjwal you may want to look into the resolve target entity listener
See #23 which was my use-case. I have fixed that issue.
I can't extend the entities. See how awesomely FOSOAuthServerBundle supports this.