随笔分类 - Owin
摘要:When should I use OWIN Katana? 解答1 In asp.net WebApi v2, the OWIN pipeline becomes the default. It is eventually going to be the standard pipeline und
阅读全文
摘要:Data caching per request in Owin application 解答1 Finally I found OwinRequestScopeContext. Very simple to use. In the Startup class: app.UseRequestScop
阅读全文
摘要:类库Microsoft.Owin.Host.SystemWeb 扩展HttpContext以及HttpRequest ,新增了方法GetOwinContext 实际调用
阅读全文
摘要:http://bitoftech.net/2014/06/01/token-based-authentication-asp-net-web-api-2-owin-asp-net-identity/
阅读全文
摘要:http://bitoftech.net/2014/10/27/json-web-token-asp-net-web-api-2-jwt-owin-authorization-server/ In the previous post Decouple OWIN Authorization Serve
阅读全文
摘要:In my previous article, What is OWIN? A Beginners Guide we learned the basics of OWIN and the benefits it brings to building web application in Asp.Ne
阅读全文
摘要:http://www.codedigest.com/posts/1/what-is-owin-a-beginners-guide http://owin.org/html/spec/owin-1.0.1.html Introduction If you look at the current web
阅读全文