mix phx.gen.any_login (any_login v0.1.0)

Copy Markdown View Source

Integrates AnyLogin into a Phoenix application.

mix phx.gen.any_login Accounts users

The 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.