You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
vladimir-light
changed the title
How to override/extend Model-Classes für Client, AccessToken, etc
How to override/extend Model-Classes for Client, AccessToken, etc
Jul 12, 2021
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.
The text was updated successfully, but these errors were encountered: