Verifies if the password for the user is valid
Returns {:ok} or {:error, [authentication: "Incorrect e-mail/password"]}
{:ok}
{:error, [authentication: "Incorrect e-mail/password"]}