Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Dashboard Auth - Do not use main password, rather use a token #147

@misenesi

Description

@misenesi

Using dashboardAuth in your API like so:

var dashboardAuth = {
accountId : "accountId",
userName : "userName",
password : "password",
subaccountId : "subaccountId"
};

means that we have to store the actual password (same that controls billing, etc.) in the source code/environment variables/etc. I consider that a terrible practice. Could we have dashbordAuth object using just some tokens instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions