stevegrossi / sengoku

An online Risk-like game built with Elixir and Phoenix LiveView
https://www.playsengoku.com/
59 stars 3 forks source link

Allow registering and logging in #56

Closed stevegrossi closed 4 years ago

stevegrossi commented 4 years ago

Currently, every time you join a game you have to enter your name. It would be nice to let folks log in (perhaps using phoenix_gen_auth) with a username that's used automatically whenever they join.

Eventually, this might pave the way to:

yakryder commented 4 years ago

Fixed by #74

stevegrossi commented 3 years ago

Thanks for following up and closing this one! ❤️