Skip to content

Instantly share code, notes, and snippets.

View mikealexander's full-sized avatar
💻

Mike Alexander mikealexander

💻
View GitHub Profile
@arthernan
arthernan / NewAuthorize
Created April 2, 2013 15:15
Improved AuthorizeAttribute for MicroSoft MVC4 WebAPI
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Security.Principal;
using System.Threading;
using System.Web;
using System.Web.Http;
using System.Web.Http.Controllers;