casbin-pg-watcher:基于PosgreSQL NOTIFY构建的Casbin Watcher

时间:2024-05-21 04:55:00
【文件属性】:

文件名称:casbin-pg-watcher:基于PosgreSQL NOTIFY构建的Casbin Watcher

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-21 04:55:00

JavaScript

casbin-pg-watcher 基于PosgreSQL NOTIFY构建的观察器。 每当对策略进行更改时,观察者就会重新加载所有其他强制执行器。 例子 'use strict' const { newEnforcer } = require ( 'casbin' ) const { newAdapter } = require ( 'casbin-pg-adapter' ) . default const { newWatcher } = require ( '.' ) const { join } = require ( 'path' ) const { promisify } = require ( 'util' ) const sleep = promisify ( setTimeout ) const connectionString = 'postgresql://post


【文件预览】:
casbin-pg-watcher-master
----.gitignore(2KB)
----README.md(2KB)
----.github()
--------workflows()
----examples()
--------model.conf(262B)
----LICENSE(1KB)
----package.json(942B)
----index.js(1KB)
----test.js(2KB)
----.pgpass(31B)

网友评论