node_acl_knex icon indicating copy to clipboard operation
node_acl_knex copied to clipboard

A Knex.js backend for node_acl

Results 14 node_acl_knex issues
Sort by recently updated
recently updated
newest added

Hi, Since original acl died and new version is [acl2](https://www.npmjs.com/package/acl2), I started wondering if node_acl_knex was interested in updating to new version? I made an initial implementation here: https://github.com/tonila/node_acl_knex Are...

Bumps [debug](https://github.com/debug-js/debug) to 4.1.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.0.0 to 4.1.1 Release notes Sourced from debug's releases. 4.1.1 This...

dependencies

Bumps [knex](https://github.com/knex/knex) from 0.21.1 to 2.4.0. Release notes Sourced from knex's releases. 2.4.0 New features: Support partial unique indexes #5316 Make compiling SQL in error message optional #5282 Bug fixes...

dependencies

Bumps [ms](https://github.com/vercel/ms) to 2.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.6.2 to 2.1.2 Release notes Sourced from ms's releases. 2.1.2 Patches...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [grunt-cli](https://github.com/gruntjs/grunt-cli), [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint), [istanbul](https://github.com/gotwarlost/istanbul), [load-grunt-tasks](https://github.com/sindresorhus/load-grunt-tasks) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.1.2 Commits 699c459...

dependencies

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...

dependencies

I am trying out node_acl. As you know, the package only supports reddis, mongodb etc. I am starting with setting up my database like in your example (from the docs):...