Hi All,
Just wondering if anyone has information on the best way to integrate Identity/Authentication ASP.NET MVC and Xamarin.
I've created a standard ASP.NET Core application using the latest framework with Individual Accounts, I would like to create a Xamarin.Forms application that uses the same database, and be able to manipulate this data as well for registering and sign in.
I can't seem to find any tutorials or documentation about this other than implementing an ASP.NET Web API application with Xamarin. So I'm left wondering if I should convert my MVC App into a .NET Framework with Web API, so I can just follow the tutorials directly.
Thanks in advance!