Integrates AnyLogin into a Phoenix application.
mix phx.gen.any_login Accounts usersThe application must provide a UserAuth module exposing log_in_user/2.
The task discovers the user schema from the table name and updates only the
development config, browser pipeline, development route, and root layout.