-
Notifications
You must be signed in to change notification settings - Fork 106
allow unauthenticatedRedirect as array cake style. #714
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
Conversation
That's cause this packages isn't a cake plugin. It can be used standalone. It doesn't have |
Ohh README also says
|
It does have a cakephp/http dependency already There is already a bit of dependency issues I guess:
But that would then be outside the current dependencies. That said: I am also fine if we close this and keep the "plugin" a "not plugin" :) |
Cause components are a Cake only thing and AuthComponent can't be used outside a cake app :) |
Yeah, makes sense. |
The only real core dependency this plugin contains are related to exceptions and cookies. I only know of chronos, which can be used standalone. But most other stuff is at least somewhat cakephp subpackge dependent. But in the end I agree with dereuromark that it seems very unlikely, that this package is being used outside of the cakephp ecosystem. |
Well, for now nothing has to change (yet). |
|
|
Seemed weird to me that in normal Cake context in a Cake plugin the URL cannot be defined in normal array style
if array, Router::url() is usually also used in other parts, and always allowed as alternative to strings.