aspnet-core-role-based-authorization-api
aspnet-core-role-based-authorization-api copied to clipboard
ASP.NET Core 2.2 - Role Based Authorization API
Results
2
aspnet-core-role-based-authorization-api issues
Sort by
recently updated
recently updated
newest added
### Prevent unauthenticated probing for valid user ids. Invalid user ids throw not found errors before authorization. This means that valid id probing could be done via unauthenticated users. ###...
How to integrate it into an existing project in order to implement role-based authorization?