plug_mishka_auth v0.0.2 MishkaAuth.Helper.PhoenixConverter View Source
Link to this section Summary
Link to this section Types
Specs
conn() :: Plug.Conn.t()
Specs
error_msg() :: String.t()
Specs
msg() :: String.t()
Specs
redirect_url() :: String.t()
Specs
token() :: String.t()
Specs
user_id() :: Ecto.UUID.t()
Link to this section Functions
Specs
callback_redirect(Plug.Conn.t(), atom() | tuple(), atom(), String.t()) :: Plug.Conn.t()
Specs
callback_redirect( Plug.Conn.t(), atom() | tuple(), atom(), String.t(), String.t() | atom(), String.t() | atom() ) :: Plug.Conn.t()
Specs
callback_session(Plug.Conn.t(), any(), any(), String.t(), String.t()) :: Plug.Conn.t()
Specs
changeset_redirect(Plug.Conn.t(), Ecto.Changeset.t()) :: Plug.Conn.t()
Specs
drop_session(Plug.Conn.t(), atom() | binary()) :: Plug.Conn.t()
Specs
Specs
register_data( Plug.Conn.t(), :invalid | %{optional(:__struct__) => none(), optional(atom() | binary()) => any()}, any() ) :: Plug.Conn.t()
Specs
render_json(conn(), map(), :error | :ok, integer()) :: Plug.Conn.t()
Specs
session_redirect(Plug.Conn.t(), any(), msg(), atom() | binary()) :: Plug.Conn.t()