Skip to content

Refactor validate_login() #79

Description

@PietrH

Currently etnservice::validate_login() is the only function that accepts username and password directly, because of this exception etn:::forward_to_api()can't just append credentials and thus we need a special separate request inetn:::validate_login()`.

The obvious solution is to refactor etnservice::validate_login() to accept a credentials list object instead of username and password, this would require a change in etn so etn:::validate_login() can switch to forward_to_api()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    actionableCan be implementeddevImprovements to development workflow

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions