mhadaily / flutter-architecture-ddd

Flutter Architecture inspired by Domain Driven Design, Onion and Clean Architecture
http://bit.ly/ddd-flutter
401 stars 99 forks source link

question rbac architecture #8

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi @mhadaily ,

Hope you are all well !

I am just dropping this message as I would like to create a teampass (https://teampass.net/) clone with flutter.

What would you advice me to use as an architecture for managing permission rights to items categories with view/edit/delete capability. I found flutter_rbac or dart-casbin

Screenshot of teampass:

pf_tp_5

Thanks for any insights or inputs to help me to boostrap this project.

Cheers, Luc

mhadaily commented 2 years ago

Hi,

It seems both libraries that you mentioned are doing the job for you. Are you looking for a more specific feature? You can also implement it yourself simpler by in your domain layer for example.