Skip to content

Refactor validate_login() #79

@PietrH

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    actionableCan be implementeddevImprovements to development workflow

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions