Walter.Web.FireWall.CookieStore NuGet Package

Cookie store for use with the firewall allowing to not store any GDPR data in cookies but keep all references local.
You can read and write these cookies using the User in the page request object that is injected in all your controllers.

To integrate the Cookie Store database use the UseDBCookieStore extension method as shown bellow
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new Uri("https://www.your-domain.com", UriKind.Absolute)
, options =>
{
//your firewall settings
}).UseDBCookieStore();

You can see how to use it using this online documentation here:
https://firewallapi.asp-waf.com/?topic=html/Overload-Walter.Web.FireWall.IUserIdentity.WriteCookie.htm

Read about reading such a cookie is documented here:
https://firewallapi.asp-waf.com/?topic=html/M-Walter.Web.FireWall.IUserIdentity.TryReadCookie.htm.




Got any Walter.Web.FireWall.CookieStore Question?





Info

Version: 2023.11.13.1117
Author(s): Walter Verhoeven, Stijn Snellinx
Last Update: Monday, November 13, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://www.asp-waf.com/
NuGet Url: https://www.nuget.org/packages/Walter.Web.FireWall.CookieStore


Install
Install-Package Walter.Web.FireWall.CookieStore
dotnet add package Walter.Web.FireWall.CookieStore
paket add Walter.Web.FireWall.CookieStore
Walter.Web.FireWall.CookieStore Download (Unzip the "nupkg" after downloading)

net5.0 netcoreapp3.1 netstandard2.1


Tags



STATS

must-have-score

2.3

avg-downloads-per-day

112

days-since-last-release

158