为了账号安全,请及时绑定邮箱和手机立即绑定

nodejs 有比较完善的权限框架吗?

nodejs 有比较完善的权限框架吗?

喵喔喔 2018-12-13 19:15:22
nodejs 有比较完善的权限框架吗
查看完整描述

1 回答

?
慕娘9325324

TA贡献1783条经验 获得超4个赞

sails有个policy目录
policies.js
{
ProfileController: {
// Apply the 'isLoggedIn' policy to the 'edit' action of 'ProfileController'
edit: 'isLoggedIn'
// Apply the 'isAdmin' AND 'isLoggedIn' policies, in that order, to the 'create' action
create: ['isAdmin', 'isLoggedIn']
}
}
里面可以写各种限制设置

查看完整回答
反对 回复 2019-01-07
  • 1 回答
  • 0 关注
  • 728 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信