Skip to content
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

feat: email will be stored hashed now for all users #8720

Merged
merged 3 commits into from
Nov 12, 2024
Merged

Conversation

sjaanus
Copy link
Contributor

@sjaanus sjaanus commented Nov 12, 2024

Adding email_hash column to users table.
We will update all existing users to have hashed email.
All new users will also get the hash.

We are fine to use md5, because we just need uniqueness. We have emails in events table stored anyways, so it is not sensitive.

Copy link

vercel bot commented Nov 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 11:26am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Nov 12, 2024 11:26am

Copy link
Contributor

github-actions bot commented Nov 12, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@sjaanus sjaanus merged commit c8bc401 into main Nov 12, 2024
10 of 12 checks passed
@sjaanus sjaanus deleted the email-hash branch November 12, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants