Currently, allowUnauthenticated() only allow certain actions w/o authentication (e.g. login). But I want it to be the other way around, something like allowAllExcept(), like to allow all actions except…
In other words, is there a way to allow all actions except certain actions ?