Middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.
Info
Version: | 4.2.2 |
Author(s): | Microsoft |
Last Update: | Wednesday, May 11, 2022 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/aspnet/AspNetKatana |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Owin.Security.Cookies |
Install
Install-Package Microsoft.Owin.Security.Cookies
dotnet add package Microsoft.Owin.Security.Cookies
paket add Microsoft.Owin.Security.Cookies
Microsoft.Owin.Security.Cookies Download (Unzip the "nupkg" after downloading)
Dependencies
- Owin(>= 1.0.0)
- Microsoft.Owin(>= 4.1.1)
- Microsoft.Owin.Security(>= 4.1.1)
Tags