Skip to content
This repository has been 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

Open
misenesi opened this issue Jun 30, 2018 · 0 comments
Open

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

misenesi opened this issue Jun 30, 2018 · 0 comments

Comments

@misenesi
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant