@@ -26,7 +26,7 @@ class Route_Notify extends RouteBase {
public function handleAuth() {
if (!User::logged()) {
- throw new HttpException('Unauthorized', 401);
+ User::authByRequest();
}