FusionJWTAuthentication.HandleLogin behaviour (fusion_jwt_authentication v0.4.0)

Behaviour for handling login

Link to this section Summary

Link to this section Callbacks

Link to this callback

handle_login(arg1, map)

Specs

handle_login(Plug.Conn.t(), map()) ::
  {:ok, Plug.Conn.t()} | {:error, Plug.Conn.t()} | :error