Implementing OAuth with the WCF REST Starter Kit

Pablo Cibraro has a nice writeup on how to implement OAuth using the Request Interceptor feature of the WCF REST Starter Kit.

Request Interceptors are one of my favorite features of the "framework" preview bits in the kit because the eliminate a ton of boilerplate code that you would normally have write yourself. No more writing custom channels in most cases!