Using only Permissions part of the library #76
fbjerggaard
started this conversation in
General
Replies: 1 comment
-
Hi @fbjerggaard, You are quite right, you can use the AuthP for its Roles/Permissions feature. In fact the TenantType The main issue is how you handle users. To use Roles/Permissions you need:
On your question of microservices and Permission, yes I would suggest you create a NuGet holding your permissions. Good luck with your project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Just stumbled upon this library in search of something to manage permissions on a project i'm working on, and it seems like a great solution to handle everything I need.
However - I already have multi-tenancy configured using Finbuckle.MultiTenant and authentication using Identityserver.
As far as I see it, it shouldn't be a problem using Identityserver with this project, and tenants seem to be able to be disabled by setting the
TenantType
toNotUsingTenants
- I guess that will work just fine?Also - I am having multiple projects (microservices) that each should handle permissions - would the preferred way be to put the Permissions enum in a class library and publish it with NuGet to other projects?
Beta Was this translation helpful? Give feedback.
All reactions