我正在使用react-router软件包处理Meteor应用程序中的路由,我想检查用户是否已登录并有权查看特定路由。我怎么能这样做?
答案 0 :(得分:0)
我建议查看Base - 它是一个很棒的Meteor样板文件。如果您想了解路由的具体工作方式,请查看:
https://github.com/themeteorchef/base/blob/master/imports/startup/client/routes.js https://github.com/themeteorchef/base/blob/master/imports/ui/containers/AppNavigation.js https://github.com/themeteorchef/base/blob/master/imports/ui/components/AppNavigation.js