You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CakeRouterUrl urlChecker (maybe called "Cake") auto defaults if we detect CakePHP context instead of "Default" ( 5607c7b )
single URL by default, most apps only ever need a single app
The array|string magic is not needed anymore then
It internally accepts both string or array style as always in Cake
A MultiUrl checker can be added to specifically support multiple loginUrls
Constants for username/password shoud be at their respective classes instead of abstract, there are several ones that need either different naming or none of those pairs.
In general the next major could be more cake context bound and have it as a real dependency.
makes things much easier and the plugin most likely has never been used in an external context.
The text was updated successfully, but these errors were encountered:
We want to make a new major soon were we would then remove the deprecations we added:
I would also like to see the following fixed up:
The array|string magic is not needed anymore then
It internally accepts both string or array style as always in Cake
In general the next major could be more cake context bound and have it as a real dependency.
makes things much easier and the plugin most likely has never been used in an external context.
The text was updated successfully, but these errors were encountered: