Closed
Description
Refs #361
It would be nice to have a less hacky way of
$this->Authentication->allowUnauthenticated([$this->request->getParam('action')]);
I can understand that not using any argument does not feel "safe" by default.
As such, maybe the proposed '*'
string could be very clear on this.
Or we provide an own speaking method for it?
$this->Authentication->allowUnauthenticatedAll()
All()/Any() etc