Found 1,258 packages
Provides a set of helper types and abstractions for simplifying the creation of OWIN components.
Common types which are shared by the various authentication middleware components.
OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.
Middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.
This package allows you to host ASP.NET Web API within an OWIN server and provides access to additional OWIN features.
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Provides default infrastructure types for hosting and running OWIN-based applications.
This package contains the components to enable Cross-Origin Resource Sharing (CORS) in OWIN middleware.
Middleware that enables an application to protect and validate JSON Web Tokens.
Owin implementation for ASP.NET Identity.
OWIN server built on the .NET Framework's HttpListener class. Currently the default server used for self-hosting.
Contains middlewares to support Google's OAuth 2.0 authentication workflow.
Middleware that enables an application to use OpenIdConnect for authentication.
Middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.
Middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.
Middleware that enables an application to support the Microsoft Account authentication workflow.
This package contains OWIN middleware that handle requests for file system resources including files and directories.
This package allows you to host ASP.NET Web API within your own process using the OWIN HttpListener server. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.
This package contains file system abstractions and implementations.