Skip to content

mickhansen/koa-ssacl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-ssacl

Easily set the ssacl actor from koa

Automatically manages the CLS namespace for ssacl/sequelize allowing you to simply do:

koa.use(function *(next) {
  this.actor = this.request.user.id;
  yield next;
});

koa.use(require('koa-ssacl')());

Note if already using sequelize with CLS koa-ssacl will automatically use that namespace instead of generating it's own.

About

Easily set the ssacl actor from koa

Resources

License

Stars

Watchers

Forks

Packages

No packages published