deviant
01/09/2018, 8:46 AMauthRequired {
get("news"){...}
post("post"){...}
}
// auth not required
get("users"){...}
post("login"){...}
i need something similar to magic annotation aka @AuthRequired
in classical frameworks