Currently we check against the name of the team to make sure that the user is properly authenticated. However, it is possible for a user to create a team with the exact same name, thus allowing them to infiltrate another team. We should either make team names unique, or we should check against team uids.
Currently we check against the name of the team to make sure that the user is properly authenticated. However, it is possible for a user to create a team with the exact same name, thus allowing them to infiltrate another team. We should either make team names unique, or we should check against team uids.