zerodine / MongoDBAclBundle

This bundle allows the use of MongoDB as the storage layer for the Symfony ACLs component.
21 stars 32 forks source link

Remove UserProvider #27

Closed danez closed 10 years ago

danez commented 10 years ago

Besides removing some unused stuff, I also removed the user provider as there is one provided by the symfony doctrine bridge. I did this, because the UserProvider in this repository is breaking my mongodb-based login. After removing everything works again.

cordoval commented 10 years ago

@Danez could you please add some small docu paragraph or more if possible about how you are hooking the user provider from symfony bridge? thanks, after that is a sure merge

also please rebase and give some work to travis :dancer:

cordoval commented 10 years ago

@Danez i have merged all other PRs, thanks. This one just needs a bit of rebase and then just add some kind of note or documentation to guide users to plug it in the way you suggested.

:baby:

danez commented 10 years ago

Okay I rebased the commits. The UserProvider ist documented here http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html#securitybundle-integration

I could link to this docu, although I think that the focus of this Bundle was always the acl only, which does not need a userprovider or at least not the mongo one. So not sure what to document here.

Btw: What do you think about this: doctrine/DoctrineMongoDBBundle#204