-
Recent Posts
Archives
Discussion Topics
- Code (14)
- Personal Views (9)
Meta
Top Rated
Advertisements
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
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 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