-
Notifications
You must be signed in to change notification settings - Fork 87
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
Is using Doctrine ODM possible ? #103
Comments
Indeed. I won't work on this myself, but I would welcome a PR adding support for the ODM. |
I won't garantee I'll do it but I'll take a look. (I started to make my own implementation of oauth2-server for my current project though) |
I accidentally deleted my previous comment. What do you think about using: For Tokens For clients
|
@imdhemy You mean for my implementation ? |
Hi, is there something new in support ODM please? thanks |
Hi. No sorry I put the project I planned to make a oauthserver for on hold so I didn't do anything about it yet. |
I quickly took a look at this tonight and as a complete newbie with Bundle, I'm a bit lost. So I guess I should load both and in the Another thing, Should I rework the Driver to replace it by files Mapping (XML ?) ? I saw in the |
I only saw ORM references to store token but I prefer ask in case I missed something.
There is currently no way to use Doctrine ODM right ?
I didn't see any way to make my own persitence either.
The text was updated successfully, but these errors were encountered: