policy:Javascript策略对象的实现

时间:2024-06-02 09:23:50
【文件属性】:

文件名称:policy:Javascript策略对象的实现

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-02 09:23:50

JavaScript

政策 受启发的政策对象标准化形式的帮助者。 设计用于节点环境。 用法 var ActiveUserPolicy = BasePolicy . extend ( { allowed : function ( user ) { return user . emailConfirmed ? && user . lastLoggedInAt > moment ( ) . subtract ( 14 , 'days' ) ; } } ) ; function emailAllowedUsers ( users , policy ) { users . forEach ( function ( user ) { if ( policy . allowed ( user ) ) { sendEmail ( user ) ; } } ) ;


【文件预览】:
policy-master
----.gitignore(526B)
----package.json(436B)
----LICENSE(1KB)
----index.js(644B)
----README.md(1KB)
----tests()
--------basic-policy-test.js(2KB)
--------multi-instance-test.js(719B)

网友评论