WebAutenticator NuGet Package Issue Resolved #191
showtroylove
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
@showtroylove I was never able to get this to work and just tried again. You code needed some tweaks to even compile. Do you have a full sample demonstrating this in action? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Just to address the other issue:
Could you elaborate a little more what you mean by that?
Which issue specifically? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I reported the NuGet package issues, but the issue was closed. The workarounds for the package were, in my estimation, more problematic than they were worth. I extended the WebAuthenticator code by implementing the Microsoft.Maui.Authentication.IWebAuthenticator interface, added a Default property like the .NET MAUI equivalent, and then used preprocessor conditions to instantiate the correct version based on the platform.
Beta Was this translation helpful? Give feedback.
All reactions