bshaffer / oauth2-server-bundle

OAuth2 for your Symfony Application
MIT License
106 stars 72 forks source link

[ Question ] How can I change the Client entity and use my own existing client entity to use it with oauth? #68

Open didix16 opened 6 years ago

didix16 commented 6 years ago

So the title says everything. I have an entity called Company but I want use it as Client Oauth and don't use the OAuth client entity. How can I se mine?

Thanks a lot.