Saeven / zf3-circlical-user

Turnkey Authentication, Identity, and RBAC for Laminas and Zend Framework 3. Supports Doctrine and Middleware.
Mozilla Public License 2.0
36 stars 15 forks source link

Default rule for development modules? #18

Closed Gamewalker closed 7 years ago

Gamewalker commented 7 years ago

Hello, if you enable the dev toolbar you can generate a yuml dependency graph but this calls the YumlController class and this isnt allowed by default. Should this be added by default?

Koopzington commented 7 years ago

BjyAuthorize didn't have such a thing and i think it's not a good idea either. We shouldn't "open up" the system just for having it easier in development stage.

Saeven commented 7 years ago

I agree, I think the onus should be on the developer to add in their dependencies based on where they are pinned. If we agree to let something "like this" in, we agree to maintain it over its life. I think that's a burden best left untouched.

Gamewalker commented 7 years ago

ok, I agree. close