oauth2-server-bundle icon indicating copy to clipboard operation
oauth2-server-bundle copied to clipboard

Hooking existing entities/database into this bundle

Open cavias opened this issue 10 months ago • 0 comments

Hello there!

I have an older oauth implementation I wish to hook into this bundle. Most importantly, it has existing Doctrine entities with a load of existing clients, auth keys, access keys, which need to be maintained and I hope to be able to use in this bundle with some interfacing. They are not extemely different from what this bundle requires, but most importantly they contain a lot of business-specific data.

What would be the easiest way to get them working with this bundle? I seem to be a bit lost at the moment.

I tried looking into implementing the interfaces of the managers, and making my existing client entity extend the AbstractClient, but nothing works.

Am I correct in assuming this bundle only works with the provided entities? So not way to extend or customize?

cavias avatar Feb 17 '25 16:02 cavias