FusionJWTAuthentication.HandleLogin behaviour (fusion_jwt_authentication v1.1.0)

Behaviour for handling login

Summary

Callbacks

Link to this callback

handle_login(t, map)

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