-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store encrypted profile information with no way to access it without …
…the key which is sent to client and never stored on the server (#3469) * generate a per code/token encryption key and send it to the client, store the encrypted value so that PII exposure of storing profile is dropped to zero * lint fix * fixed tests * debug * fixed missing stub * fixed token check * added --enable-source-maps * fixed flag * removed wrong flag * fixed tests * tweaked stubbing of randomBytes
- Loading branch information
1 parent
24405ae
commit 416fd09
Showing
3 changed files
with
157 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.