pretty simple implementation planned.
authGuard for all routes as isLoggedIn
redirects to login which temporarily will be select user from list and has new user link
if !!isLoggedIn
JOIN game screen with your name, team name , and confirmation JOIN /games/join/:id/:team
app will call the PUT participation of the gameId+playerId+teamName
pretty simple implementation planned. authGuard for all routes as isLoggedIn redirects to login which temporarily will be select user from list and has new user link if !!isLoggedIn JOIN game screen with your name, team name , and confirmation JOIN /games/join/:id/:team app will call the PUT participation of the gameId+playerId+teamName