JonPSmith / AuthPermissions.AspNetCore

This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
https://www.thereformedprogrammer.net/finally-a-library-that-improves-role-authorization-in-asp-net-core/
MIT License
770 stars 158 forks source link

.NET Core Identity #19

Closed HybridSolutions closed 2 years ago

HybridSolutions commented 2 years ago

Would love to see this implemented but over .NET Core Identity with customization to it's classes. Any chance of that happening?

JonPSmith commented 2 years ago

hi @HybridSolutions,

Would love to see this implemented but over .NET Core Identity with customization to it's classes.

I'm not sure what you mean by that. Microsoft's Identity is all about authentication, and this library links to ASP.NET Core's authentication providers. There must be something I'm missing in your comment

JonPSmith commented 2 years ago

You haven't explained what you want so I am closing this issue. If you provide more information I will open this again.