Romain LE BARO

Results 27 comments of Romain LE BARO

No better luck. Problem is still here. If I leave the conversation and comes back again, message.owner is filled. The problem appears just on the page reload.

In my app, i have defined that user are like role that are prefix by "u-" in there name. So you can have a user u-admin that inherite from the...

Hi. What he says, is that it's difficult to help you without a roadmap that describe what is done and what need to be done. A distinct branch with your...

Maybe you can use the github project board for this

Yeah it's also good. Project is a paid function of github?

Ok. Do what is the best for you. It's your project :)

Hi, You should not use the id as identifier of the resource. You should instead use the `own` possession like this : `ac.grant("role").createOwn("video").` It's up to you how you implement...

Don't forget to sign your token to avoid any modification. The other solution if you want user delegating access to another user is to use opened id connect/oauth2. Mayby something...

AccessControl supported providing attributes like this : `ac.grant("role").createOwn("media", ["video, attachment"])` You can then filter wat can be return to user with the [filter ](https://onury.io/accesscontrol/?api=ac#AccessControl~Permission#filter ) method In my projects, i...

Yeah, Author tell us that v 3.0 was in preparation but it seams to be a little busy at this time