casbin / Casbin.NET

An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
https://casbin.org
Apache License 2.0
1.14k stars 110 forks source link

Q: Feature parity casbin (go) vs Casbin.NET #237

Closed fubar-coder closed 2 years ago

fubar-coder commented 2 years ago

Are there (other) differences between the supported features of the go and .NET versions of casbin?

The first thing I've found is that the subjectPriority effect seems to be missing in the .NET version.

casbin-bot commented 2 years ago

@sagilio @xcaptain @huazhikui

hsluoyz commented 2 years ago

@fubar-coder see: https://casbin.org/docs/en/overview#feature-set-for-different-languages

But clearly it is missing subjectPriority() comparison, @sagilio @abichinger @Abingcbc can anyone add it?

sagilio commented 2 years ago

Many features are implemented by the need cases of user issues, both the go or dotnet version can be used for most cases. If you need an existing feature of go, we will sync it to dotnet quickly. https://github.com/casbin/Casbin.NET/wiki/Keeping-in-sync-between-.NET-and-Go-version

fubar-coder commented 2 years ago

It does indeed seem like I'd need subjectPriority from the description in the documentation.

hsluoyz commented 2 years ago

@fubar-coder can you open a new issue for it?

fubar-coder commented 2 years ago

Sure