more initial impl of auth utils

This commit is contained in:
efim
2023-04-26 08:39:43 +04:00
parent b29d1a1ef1
commit 6c1220b544
2 changed files with 18 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ object Models {
final case class Room(
id: RoomID,
players: List[Player],
owner: PlayerID,
owner: PlayerID, // TODO switch to nickname
password: String,
allowedCards: List[String],
round: RoundState,