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
On previous version config.policies was map into config.pre and then map into controller middleware, it's not the case anymore it just map config.pre to controller middleware meaning that config.policies is useless now. Look like a big regression.
On previous version
config.policieswas map intoconfig.preand then map into controller middleware, it's not the case anymore it just mapconfig.preto controller middleware meaning thatconfig.policiesis useless now. Look like a big regression.