curator v0.1.0 Curator
Curator: A framework around User authentication and management.
Summary
Functions
call the hooks_module after_extension method
call the hooks_module after_failed_sign_in method
call the hooks_module after_sign_in method
call the hooks_module before_sign_in method
Functions
call the hooks_module after_extension method
after_failed_sign_in(conn, user, the_key \\ :default)
after_failed_sign_in(Plug.Conn.t, term, atom) :: Plug.Conn.t
call the hooks_module after_failed_sign_in method
after_sign_in(conn, user, the_key \\ :default)
after_sign_in(Plug.Conn.t, term, atom) :: Plug.Conn.t
call the hooks_module after_sign_in method