dipeshdulal / clean-gin

Implementation of clean architecture in Go, Gin with dependency injection.
BSD Zero Clause License
444 stars 64 forks source link

support for RBAC? #7

Closed ngxlua closed 3 years ago

ngxlua commented 3 years ago

I see that https://github.com/casbin/casbin supports user rights management very much, can you support it?

Using gin + gorm + casbin + ... to build a more perfect template

Thank you, author.

dipeshdulal commented 3 years ago

@ngxlua It is the first time I am seeing this open source project. It would be awesome addition to the template. If I have some time I will try to R&D the project and implement if possible.

PR's are also welcome. 🙇

ngxlua commented 3 years ago

@ngxlua It is the first time I am seeing this open source project. It would be awesome addition to the template. If I have some time I will try to R&D the project and implement if possible.

PR's are also welcome. bow

Thank you for your reply. I have learned a lot from the design of clean-gin.

I'm not good at back-end program development, but when needed, I can develop front-end management pages for clean-gin, using react or vue.

dipeshdulal commented 3 years ago

Glad it helped. 🙇
Closing this issue for now. Will try to R&D and implement RBAC later on.