We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System
We need to add these fields to the System model:
cookie_max_age_seconds
Optional[int]
uses_cookies
bool
default=False
cookie_refresh
uses_non_cookie_access
legitimate_interest_disclosure_url
Optional[AnyUrl]
Update the System model, shouldn't be more complexity than that
n/a
broader ticket covering the updates across our stack: https://ethyca.atlassian.net/browse/PROD-1147
The text was updated successfully, but these errors were encountered:
moving to done
Sorry, something went wrong.
adamsachs
Successfully merging a pull request may close this issue.
Is your feature request related to a specific problem?
We need to add these fields to the
System
model:cookie_max_age_seconds
:Optional[int]
uses_cookies
:bool
,default=False
cookie_refresh
:bool
,default=False
uses_non_cookie_access
:bool
,default=False
legitimate_interest_disclosure_url
:Optional[AnyUrl]
Describe the solution you'd like
Update the
System
model, shouldn't be more complexity than thatDescribe alternatives you've considered, if any
n/a
Additional context
broader ticket covering the updates across our stack: https://ethyca.atlassian.net/browse/PROD-1147
The text was updated successfully, but these errors were encountered: