oauth2-bundle
oauth2-bundle copied to clipboard
How to override/extend Model-Classes for Client, AccessToken, etc
Hi,
is it possible to somehow override/extend base-models like Client, AccessToken, RefreshToken and AuthCode? I mean - all "entities" in Trikoder\Bundle\OAuth2Bundle\Model\
I need to add some additional fields (columns) and associations, but simple extending mentioned classes doesn't work.