ASP.NET MVC Authentication Roundup

As of preview 3 of ASP.NET MVC it appears that authentication has been left out of the framework. So until this feature is included it seems that Microsoft has left security as an exercise for the reader. Many developers have find creative solutions for securing their MVC application. Here are a few interesting links:

I hope Microsoft includes security as an out of the box feature for ASP.NET MVC before it RTMs. But in the interim it's nice to see others aren't letting that stop them from writing security mindful code.