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
Encrypt email addresses and names, using Rails's Active Record Encryption.
NB We will want to use deterministic encryption, as we still need to look up users by name / email address.
Might be worth looking at integrating Ransack first, and then figuring out how to look up partial names (e.g. load into memory and filter)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the task
Encrypt email addresses and names, using Rails's Active Record Encryption.
NB We will want to use deterministic encryption, as we still need to look up users by name / email address.
Success Criteria
Additional Notes
Might be worth looking at integrating Ransack first, and then figuring out how to look up partial names (e.g. load into memory and filter)
The text was updated successfully, but these errors were encountered: