flexible-aspnetcore-authorization icon indicating copy to clipboard operation
flexible-aspnetcore-authorization copied to clipboard

Results 4 flexible-aspnetcore-authorization issues
Sort by recently updated
recently updated
newest added

AuthorizationOptions.AddPolicy isn't thread safe ([source](https://source.dot.net/#Microsoft.AspNetCore.Authorization/AuthorizationOptions.cs,62)) Since FlexibleAuthorizationPolicyProvider is registered as singleton, it should avoid invoking AuthorizationOptions.AddPolicy The current PR adds a ConcurrentDictionary to cache locally all the policies for the...

I didn't see a branch; did anyone dabble with switching this over to IAuthorizationRequirementData yet?

Hey Jason, Would it be easier to use bit-shifting to declare the permissions? Or make groups of permissions by adding the View and Manage for the Manage permissions? Or would...

Hi @jasontaylordev, I don't want you to merge this PR, I just thought this is the fastest way to get your feedback on my new library which it's idea came...