Hi everyone,
I'm new and i have to develop a Xamarin Forms cross platform application.
There is a Web Site of this application (I didn't create it), and the authentication's system is generated by Asp.Net Identity.
For my mobile application i use a WebAPI with controllers to build HTTP services, I'm connecting to a SQL Database.
I read multiple time (or I misunderstood), that Xamarin Forms can not use Identity to authenticate users.
So first question : There is no way to use the provider ?
Second question : If I have to change the method in the Web Site, what can I use as method wich works for Xamarin + Web Site please ?