Skip to content

Security Issues

Joe Zelinsky edited this page Nov 4, 2024 · 5 revisions

Sensitive Information

Our app stores several pieces of sensitive information, including usernames, email addresses, passwords, and user-generated content (events). To protect this data:

  • We will be using Mongodb to protect this information, using encryption that only the developers will be able to have access to. Using role-based access control to restrict access to authorized users only.

Clone this wiki locally