OpenRasta - Scott Littlewoods Basic Authentication working example
I'm testing out the feasibility of using OpenRasta as a viable alternative to ASP.NET MVC. However, I've run into a stumbling block regarding authentication. Let me be clear, "Open Digest Authentication" is NOT an option at this point. I've read that Scott Littlewood created a basic authentication fork for OpenRasta and I've downloaded the source from git and successfully built it. I'm now trying to get the authentication working, so if someone has a real working model, I would be very grateful. Here's what I've done so far: //Authentication.cs using System; using System.Collections.Generic;