From 865fd86d2ea724e5065d62b1ef3cf17995e3404f Mon Sep 17 00:00:00 2001 From: vurden <123vurden456@gmail.com> Date: Tue, 17 Jan 2023 22:55:49 -0500 Subject: [PATCH] add phx.gen.auth --- src/_mix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_mix b/src/_mix index 40234b3..0cd8ecd 100644 --- a/src/_mix +++ b/src/_mix @@ -104,6 +104,7 @@ _1st_arguments=( 'phoenix.server:Starts applications and their servers' 'phx.digest:Digests and compresses static files' 'phx.digest.clean:Removes old versions of static assets.' + 'phx.gen.auth:Generates a flexible, pre-built authentication system' 'phx.gen.channel:Generates a Phoenix channel' 'phx.gen.context:Generates a context with functions around an Ecto schema' 'phx.gen.html:Generates controller, views, and context for an HTML resource' @@ -188,6 +189,7 @@ __task_list () 'phoenix.server' 'phx.digest' 'phx.digest.clean' + 'phx.gen.auth' 'phx.gen.channel' 'phx.gen.context' 'phx.gen.html'