Sample app that shows how to do Authentication/Authorisation with ASP.NET Web API Identity and Xamarin.
OAuth Overview with ASP.NET Identity : https://youtu.be/UToBKlnig4M
![](https://github.com/HoussemDellai/CheapIdeas/raw/master/items/oauth%20en.jpg?raw=true)
Signup user to ASP.NET Identity from Xamarin Forms : https://youtu.be/t0v4srA4NhA
![](https://github.com/HoussemDellai/CheapIdeas/raw/master/items/signup.jpg?raw=true)
Login user to ASP.NET Identity from Xamarin Forms : https://youtu.be/Nkccb9ODr_A
![](https://github.com/HoussemDellai/CheapIdeas/raw/master/items/login.jpg?raw=true)
Invoke protected web services : https://youtu.be/T4FI1LgCqn0
![](https://github.com/HoussemDellai/CheapIdeas/raw/master/items/invoke.jpg?raw=true)
Register Access Token in Xamarin Forms : https://youtu.be/zqS9EjuekDs
![](https://github.com/HoussemDellai/CheapIdeas/raw/master/items/Register%20access%20Token%20-%20Houssem%20Dellai.png?raw=true)
Create authenticated HTTP Post request : https://youtu.be/Mg4qvVBXfrI
![](https://github.com/HoussemDellai/CheapIdeas/raw/master/items/Post%20HTTP%20-%20Houssem%20Dellai.png?raw=true)
Create authenticated HTTP Delete request : https://youtu.be/Mx68Nk-XdO8
![](https://github.com/HoussemDellai/CheapIdeas/raw/master/items/HTTP%20Delete.jpg?raw=true)