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

#123 [FEAT]: Support for encrypting sensitive data #124

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

IosBonaldi
Copy link
Contributor

This pull request introduces bcrypt hashing for user passwords in the seed data and updates the environment configuration to support this change. The most important changes include the addition of bcrypt dependencies, environment variable updates, and modifications to the seed script to use bcrypt for hashing passwords.

Environment Configuration:

Dependencies:

Seed Script:

@IosBonaldi IosBonaldi self-assigned this Oct 31, 2024
@IosBonaldi IosBonaldi linked an issue Oct 31, 2024 that may be closed by this pull request
Copy link
Contributor

@YuriTobias YuriTobias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Ok! Muito bom!

Base automatically changed from development to main November 11, 2024 23:36
@IosBonaldi IosBonaldi merged commit 9513428 into main Nov 11, 2024
1 check passed
@IosBonaldi IosBonaldi deleted the 123-feat-support-for-encrypting-sensitive-data branch November 11, 2024 23:37
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.

[FEAT]: Support for encrypting sensitive data
2 participants