6
ユーザー認証を処理し、その結果に基づいて適切なルート/テンプレートを表示するルータコントローラクラスで、「before」アクションを使用する方法を誰かが実証できるかどうかは疑問です。IronRouter認証コントローラ
私の使用例は、認証ファイアウォールとして機能するAppControllerを持ち、ユーザーがログアウトしたときに子コントローラのアクションをブロックすることです。例えば。
// Create a primary app controller stub with the auth firewall
AppController = RouteController.extend({});
// Extend the AppController with all the other app routes
MainController = AppController.extend({});
助けてください。流星に書かれたブログで