Serhii Sol

Results 5 comments of Serhii Sol

This library doesn't implement ABAC. It gives simplified version of managing roles. Can you define attribute check in the library? You can't. See #8 and #12. ABAC means that you...

I believe it can be achieved with the hooks provided by the library.

For a temp solution you can use https://www.npmjs.com/package/flat package :)

@VigilioYonatan hi, do you mean to support in the newest version of decorators (i.e. `@decorators/server`)?

Hi @alcalyn you should use `Container` out of `@decorators/express` package. `@decorators/di` package returns few major things: `RootContainer` the singleton to work with and `Container` class to have an ability to...