Skip to content

Hooking existing entities/database into this bundle #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cavias opened this issue Feb 17, 2025 · 0 comments
Open

Hooking existing entities/database into this bundle #212

cavias opened this issue Feb 17, 2025 · 0 comments

Comments

@cavias
Copy link

cavias commented Feb 17, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant