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

User Privacy and Data Security #157

Open
arosedale opened this issue Nov 21, 2024 · 1 comment
Open

User Privacy and Data Security #157

arosedale opened this issue Nov 21, 2024 · 1 comment
Assignees

Comments

@arosedale
Copy link
Contributor

arosedale commented Nov 21, 2024

I want to ensure that my user's data is protected with encryption (HTTPS and AES) and implement GDPR/CCPA compliance. This will allow my users to feel comfortable sharing their data on this platform.

@arosedale
Copy link
Contributor Author

To do so, I will review backend data storage and user authentication with Firebase.

Review backend data storage and ensure sensitive user data is encrypted before storage.
Use Firebase Authentication to secure user login and sessions.
Implement secure data transfer with HTTPS for all client-server communication.
Develop a Privacy Policy page that outlines how user data is handled, complying with CCPA "Do Not Sell My Data" and GDPR "Right to Be Forgotten" features.

Rescoping: For MVP, If compliance for all regions isn’t feasible, I plan to focus on US data privacy laws.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Urgent
Development

No branches or pull requests

1 participant