dotnet-maui-blazor-customauthentication-sample icon indicating copy to clipboard operation
dotnet-maui-blazor-customauthentication-sample copied to clipboard

This is a demonstration project supporting a blog posting about authentication in .NET MAUI Blazor Hybrid

Results 4 dotnet-maui-blazor-customauthentication-sample issues
Sort by recently updated
recently updated
newest added

Got this issue "Cannot resolve metadata for WinUI types. Please ensure that Nuget Restore was successful." Will this project works on VS. 2022 community version 17.3.5?

Trying to run this with latest VS2022 Preview and getting this error. Not sure if it is related to my config or SDKs or similar having changed since the sample...

I came across you article while following the Maui native article for Auth0. However, I don't see how to take your code and call Auth0? Thanks

I've integrated the functionality from this guide: https://docs.microsoft.com/en-us/dotnet/maui/platform-integration/communication/authentication?tabs=android Requires an API controller to be running like the one linked at the bottom of the guide. I can't quite get it...