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

after_extension(conn, extension, user)
after_extension(Plug.Conn.t, atom, term) :: Plug.Conn.t

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

before_sign_in(resource, type \\ "access")

call the hooks_module before_sign_in method

default_key()