User Authentication
If we are going to have users, users need authentication. Luckily Phoenix comes with a nice generator for implementing basic authentication. It makes a good starting point: cd apps/elixir_mud_web mix phx.gen.auth Accounts Player players ℹ️If your familiar with the auth generator skip to the