-
Join 92 other subscribers
-
Recent Posts
Archives
Discussion Topics
- Code (14)
- Personal Views (10)
Meta
Top Rated
Tag Archives: api
Building better ( hopefully! ) RESTful APIs
The idea for this article came while I was at work. I was talking to an Api provider and he had some very strong ideas on how things should be done. I have built a few APIs myself and suffice … Continue reading
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
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