Tag Archives: Owin

Xamarin IOS – authentication using Owin, Web Api2, Json Web Tokens

This article continues the work done in a previous article : Authorization system with Owin, Web Api, Json Web Tokens. We saw how to build an Authorization system based on Owin, Web Api and Json tokens. Next we want to see … Continue reading

Posted in Code | Tagged , , , , | 8 Comments

Authorization system with Owin, Web Api, Json Web Tokens

Authorization system with Owin, Web Api, Json Web Tokens Intent What we want to accomplish here is to create a reusable authentication system using Json Web Tokens ( Jwt ), Owin and Web Api. Let’s start by clearly specifying the … Continue reading

Posted in Code | Tagged , , , , , | 11 Comments