A helper library intended to enable rapid go-to-prod by providing early shared-key cookie based auth and Feature Toggling.
Info
Version: | 1.0.22 |
Author(s): | https://twitter.com/mattkocaj |
Last Update: | Wednesday, January 24, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cottsak/DevCookie |
NuGet Url: | https://www.nuget.org/packages/DevCookie |
Install
Install-Package DevCookie
dotnet add package DevCookie
paket add DevCookie
DevCookie Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 4.0.1)
- Autofac.Mvc5(>= 4.0.2)
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Microsoft.AspNet.Razor(>= 3.2.3)
- Microsoft.AspNet.WebPages(>= 3.2.3)
- Microsoft.Web.Infrastructure(>= 1.0.0)