Hi All,
I am working on a MAUI app for IOS and Android. The person I am working with has chosen .NET 10, which makes sense; it has been around for a while. I need to add authentication to it and find that there is no NuGet package for the Auth0.OidcClient.MAUI under .NET 10.
Is there one coming? If so, how far away is it. Alternatively, how else do I handle logging in to the app? We tried to do it with a browser but it leaves a browser hanging around.
Thanks in advance,
Rob