Skip to content

Instantly share code, notes, and snippets.

View cprieto's full-sized avatar
😄
Oh my god Hamlet I just saw a fucking vampire!

Cristian Prieto cprieto

😄
Oh my god Hamlet I just saw a fucking vampire!
View GitHub Profile
using System;
using System.Security.Principal;
using System.Web.Mvc;
using System.Web.Security;
using MvcApplication7.Models;
namespace MvcApplication7.Controllers
{
public class CurrentUserFilter : IAuthorizationFilter
{