Skip to content

Fixing issue where JWE parent encryption node isn't removed #103

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

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

rfeelin
Copy link
Contributor

@rfeelin rfeelin commented Nov 21, 2024

PR checklist

  • An issue/feature request has been created for this PR
  • Pull Request title clearly describes the work in the pull request and the Pull Request description provides details about how to validate the work. Missing information here may result in a delayed response.
  • File the PR against the main branch
  • The code in this PR is covered by unit tests

Description

Current when decrypted left over encryption fields remain.
IE

{encryptedPhoneNumber : { encryptedData : akjsdfbalvfdlbgkadfg}}

would result in

{encryptedPhoneNumber : { }, phoneNumber :{}}

this makes it so it's like

{phoneNumber :{}}

@rfeelin rfeelin merged commit 10d312e into main Nov 21, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants