Cybersecurity - CSC4700-Spring2024-Org/csc4700-team-project-socialconnect GitHub Wiki

A big focus when developing our web application was ensuring the security of our users. Our login system hashes and salts a user's password in our SQL database. They are also required to verify their account before being able to access our platform. Our applications utilizes OAuth logins for TikTok, Youtube, and Instagram. We also implemented a JWT based access and refresh token login system.