Hello,
I am working on building single sign on for both a web app (ASP .NET) and a mobile app (Xamarin). Is there any reason that I cannot / should not share one Auth0 Native app between the two? I have been able to authenticate users for both the web app and the mobile app using a single Native app, but I want to make sure that is okay.
As far as I can tell the only difference between them is the use of PKCE which to me seems to be fine for both web apps and native mobile apps.