dotnet/aspnetcore

Allow customization of cookie consent value for more flexibility

Open

#39.597 aberto em 18 de jan. de 2022

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)C# (10.653 forks)batch import
area-networkinghelp wanted

Métricas do repositório

Stars
 (37.933 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (258 fundiu PRs em 30d)

Description

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

We are setting the consent cookie for the eTLD+1 with the value 1 if the user agreed with an expiration of 1 year and with the value -1 with an expiration for the session when the user disagreed. This kind of flexibility is currently not possible with the build-in cookie consent feature of asp net core.

Describe the solution you'd like

A way to customize the validation of the HasConsent in the ResponseCookiesWrapper

Additional context

No response

Guia do colaborador