mguinness / IdentityManagerUI

Identity management system for ASP.NET Core Identity.
MIT License
228 stars 63 forks source link

.Net Core 6 & universal #7

Closed weedkiller closed 3 years ago

weedkiller commented 3 years ago

Hello https://dotnet.microsoft.com/download/dotnet/6.0 is in preview and getting released soon, since they unified the mobile code base, I am very excited about this lib.

With the unified code base, I am wondering if the same Identity objects would be available in the mobile side as well, would like to be able to use the same admin/IdentityManagerUi even for the mobile devices.

mguinness commented 3 years ago

Are you asking if Microsoft.AspNetCore.Identity can be used in a Blazor WebAssembly project?

weedkiller commented 3 years ago

More so on the mobile apps/IoT side. Previously they had to use Xaml.Auth now that MS is unifying under the same code base, I thought we could use this codebase on proxying all the authentication mechanisms for mobile and IoT as well. Without any major third party dependencies

image