Mobin Ho

Results 4 comments of Mobin Ho

@dominikstohl If I understood correctly, you need a policy/attribute based access control framework. accesscontrol works purely with roles(RBAC)

@sarneeh I agree, but in `accesscontrol` permissions are assigned relative to the role, something which isn't a requirement in ABAC systems.

@sarneeh https://github.com/ory/ladon is written in Go and is inspired by AWS IAM. You can write a standalone authorization server on top of it and use your nodejs app to communicate...

Well I installed the new extension `mongodb.so` and: `composer require "mongodb/mongodb=^1.0.0"` and then just extend the Storage class called Mongo, changed the `insert`to `insertOne`, and `update`to `updateOne`and everything works as...