Nicolas Mora

Results 76 comments of Nicolas Mora

Hello, Glewlwyd's author here! I'm available to help improving casbin and/or Glewlwyd to integrate one with another. Glewlwyd's ACL design is based on the OAuth2 scopes: When a user asks...

While thinking about it, I came out with a better idea than updating the existing user backends, instead, I'll add a middleware backend system. These middleware backends would be placed...

@EmperorYP7 , The middleware modules implementation is still a WIP, I'm working on the front-end at the moment, the tests will follow, and the documentation too. But you can start...

You can also reach me on IRC, libera network, channel #glewlwyd

@hsluoyz , no problem for the license. To explain my point of view, I'm open minded with the licences third parties want to use with the modules, that's why the...

@EmperorYP7 , the middleware modules management is now ready in the [master](https://github.com/babelouest/glewlwyd/commit/4b56979bbc836315918e49c29b4ec0809311ae0f) branch.

You may not have to wrap casbin functions: I've written a module in a similar context by adding `extern "C"` to the functions that are exported, see https://github.com/babelouest/angharad/blob/master/src/benoic/device-modules/device-zwave.cpp#L514 for example....

This looks like an error in [yder](https://github.com/babelouest/yder) compilation where it needs systemd library by default. You can try to build yder independently with disabling systemd dependency: ``` $ git clone...

Awesome, I'll wait for your feedback then.