1
A
回答
1
您可以使用Meteor.methods。只要將代碼放在一個名爲server/
的文件夾中,只要將它們包含在服務器上即可
server/admin.js
Meteor.methods({
foo: function (arg1, arg2) {
// confirm that the user is an admin
if (! this.user.isAdmin)
throw new Meteor.Error(401, "You are not authorized to perform this action");
// perform task
return "some return value";
}
});
相關問題
- 1. 流星如何安全?
- 2. 流星模板安全
- 3. 流星 - 它有多安全?
- 4. 全球安裝流星包
- 5. 流星 - 管理包:翻譯
- 6. 流星應用管理
- 7. 流星管理面板包
- 8. 流星 - 爲「findOne」功能
- 9. 星火流saveAsTextFiles功能
- 10. 寫輔助功能流星
- 11. 流星多租戶功能
- 12. Azure功能流量管理器
- 13. 安全功能
- 14. 禁用功能安全處理XML的
- 15. Java安全管理
- 16. Dropwizard管理安全
- 17. 流星反應的管理設置
- 18. 更好的管理安全
- 19. https安全功能
- 20. PHP安全功能
- 21. 安全用戶電子郵件流星
- 22. 正確啓用了filepicker.io安全流星
- 23. 流星ddp連接安全和https
- 24. 流星安全訂閱和發佈
- 25. 流星 - 配置文件編輯安全
- 26. 流星JS,body.helper功能的getElementsByTagName
- 27. 安裝流星
- 28. 我會用流星包管理器
- 29. 流星本地與管理數據庫
- 30. 如何使用流星管理