Walter.Web.FireWall.CookieStore by Walter Verhoeven, Stijn Snellinx

<PackageReference Include="Walter.Web.FireWall.CookieStore" Version="2020.9.29.10" />

 Walter.Web.FireWall.CookieStore 2020.9.29.10

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. 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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Walter.Web.FireWall.CookieStore</id>
    <version>2020.9.29.10</version>
    <authors>Walter Verhoeven, Stijn Snellinx</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">Walter.Web.FireWall.CookieStore License.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>CookieStore.png</icon>
    <projectUrl>https://www.asp-waf.com/</projectUrl>
    <description>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. 
      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</description>
    <releaseNotes>22 September 2020
      1. Release of database based cookie storage
      Documentation at:https://firewallapi.asp-waf.com/?topic=html/T-Microsoft.Extensions.DependencyInjection.CookieStoreBuilderExtensions.htm

      19 September 2020
      - Initial release with support for disk based cookie storage</releaseNotes>
    <copyright>© 2019 Walter Verhoeven, all rights reserved.</copyright>
    <tags>FireWall GDPR Cookie Storage</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Walter.BOM" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Walter.DataTools.MsSql" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Walter.Web.Firewall.Core.3.x" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Walter" version="2020.9.29.8" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>