coolcsn / CsnAuthorization

Authorization module for Zend Framework 2
BSD 3-Clause "New" or "Revised" License
13 stars 15 forks source link

john #5

Open JohnSereno opened 10 years ago

JohnSereno commented 10 years ago

Has this been decoupled from CsnUser?

revov commented 10 years ago

Thanks for the question, John. We actually decided to keep it this way, although it requires a very small modification to make it work with let's say ZfcUser (the user entity should implement a couple more methods for role management). The problem is that other Csn modules depend on both CsnUser and CsnAuthorization and they all work with Doctrine so it doesn't really make sense to decouple them. We even considered combining them into one single module. Regards, we appreciate Your feedback.