-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
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
[bugfix]: Do not cache create customer or sign in mutation data #2176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our savior
|
f537d1c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our second savior
* Do not cache create customer or sign in mutation data * Ensure shipping and guest email is not persisted in cache Co-authored-by: Tommy Wiebell <twiebell@adobe.com>
Description
This PR modifies the create customer and sign in mutations to not cache. This way we don't keep PII around.
Related Issue
Closes PWA-380.
Acceptance
Verification Stakeholders
Specification
Verification Steps
ROOT_MUTATION
does not contain any PIIROOT_MUTATION
entry) does not contain PII from create customer mutationScreenshots / Screen Captures (if appropriate)
Checklist