Running ASP.NET Core together with Nancy
A guide on how to run legacy Nancy API endpoints alongside new ASP.NET Core endpoints for a gradual migration strategy.
A guide on how to run legacy Nancy API endpoints alongside new ASP.NET Core endpoints for a gradual migration strategy.
A guide on integrating OpenIddict 3.0 into an OWIN/Katana application, covering dependency injection setup for ASP.NET 4.x.
Analysis of a session fixation vulnerability in Auth0's ASP.NET and OWIN SDKs, its impact, and the migration path to a secure alternative.
A technical guide on configuring TraceSource and trace listeners to capture OWIN framework logs in Azure Diagnostics.
A guide on unit testing OWIN OAuth middleware for third-party API integration, using Vimeo as an example.
A technical guide on implementing cookie-based authentication in ASP.NET MVC using the new ASP.NET Identity libraries and OWIN.
Explains how to use OWIN pipeline hooks with extension methods to execute code before and after requests, including examples like timing and logging.
A technical guide explaining how to write OWIN middleware components in C# using five different implementation methods.
Introducing SaasKit, a .NET toolkit for building multi-tenant SaaS applications, focusing on simplifying tenant identification.