0

How can I authenticate the native Xamarin.Forms mobile application with ASP.Net Boilerplate?

Is there any library for Xamarin to authenticate with ASP.Net Boilerplate?

Could anyone post an example of how to do this?

Many thanks.

Britto
  • 53
  • 1
  • 4
  • hi, in aspnetboilerplate/module-zero repository there's angular login. you can check out the login mechanism there. it's a basic token based auth. you have to get the token and add it in header for every request. – Alper Ebicoglu Aug 30 '17 at 07:32
  • check out https://github.com/aspnetboilerplate/module-zero-core-template/blob/master/angular/src/account/login/login.component.ts – Alper Ebicoglu Aug 30 '17 at 07:44

0 Answers0