WHen a user is added, we need to add that user to the users table with no other information, and then add the user to the project_members table. So that anytime the user actually signsup or logs in, the rest of the users information will be saved, and the user will automatically have access to projects he was invited to
WHen a user is added, we need to add that user to the users table with no other information, and then add the user to the project_members table. So that anytime the user actually signsup or logs in, the rest of the users information will be saved, and the user will automatically have access to projects he was invited to